@charset "utf-8";

/*===============================================================================
　プラチナ光（テレ・マーカー）  レスポンシブ用 共通設定
===============================================================================*/
/* borderの太さを要素のサイズに含める */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
  }
/* borderの太さを要素のサイズに含める */
/* 装飾 開始 */
.under_line {
	text-decoration: underline solid;
}
.line_l {
	padding: 0.25em 0.5em;
	color: #555;
	border-left: solid 5px #7db4e6;
	font-weight: 900;
	font-size: 1.5em;
}
/* 装飾　終了 */

/* text-align 開始 */
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
/* text-align 終了 */

/* フォント 開始 */
.bold {
    font-weight: 900;
}

.larger {
    font-size: larger;
}

.red {
    color: #ff0000;
}

.font-size_1_4em {
    font-size: 1.4em;
}
.font-size_1_5em {
    font-size: 1.5em;
}
.font-size_1_6em {
    font-size: 1.6em !important;
}
/* フォント 終了 */

/* スペース　開始 */
.margin-top_0 {
    /* margin-top: inherit; */
    margin-top: 0;
}
.margin-top_1em{
    margin-top: 1em;
}
.margin-top_2em{
    margin-top: 2em;
}
.margin-top_3em{
    margin-top: 3em;
}
.margin-top_4em{
    margin-top: 4em;
}
.margin-top_5em{
    margin-top: 5em;
}
.margin-top_6em{
    margin-top: 6em;
}
.margin-top_5px {
    margin-top: 5px;
}

.margin-top-minus_1{
    margin-top: -1em;
}
.margin-top-minus_2{
    margin-top: -2em;
}
.margin-top-minus_5px {
    margin-top: -5px;
}

.margin-bottom_1em {
	margin-bottom: 1em;
}
.margin-bottom_2em {
	margin-bottom: 2em;
}
.margin-bottom_3em {
	margin-bottom: 3em;
}
.margin-bottom_4em{
    margin-bottom: 4em;
}
.margin-bottom_5em{
    margin-bottom: 5em;
}
.margin-bottom_6em{
    margin-bottom: 6em;
}

.margin-bottom-minus_1{
    margin-bottom: -1em;
}
.margin-bottom-minus_5px {
    margin-bottom: -5px;
}

.margin-tb_4em{
    margin-top: 4em;
    margin-bottom: 4em;
}
.margin-tb_3em{
    margin-top: 3em;
    margin-bottom: 3em;
}

.margin-left_1em {
    margin-left: 1em;
}
.margin-left_2em {
    margin-left: 2em;
}
.margin-left_3em {
    margin-left: 3em;
}
.margin-left_4em {
    margin-left: 4em;
}

.margin-right_1em {
    margin-right: 1em;
}

.margin-inline_auto {
	margin-inline: auto;
}
.margin-lr_auto {
    margin-left: auto;
    margin-right: auto;
}
.margin-lr_1em {
    margin-left: 1em;
    margin-right: 1em;
}
.margin-lr_2em {
    margin-left: 2em;
    margin-right: 2em;
}
.margin-lr_3em {
    margin-left: 3em;
    margin-right: 3em;
}

.padding-top_3em {
    padding-top: 3em;
}

.padding-l_1em {
    padding-left: 1em;
}
.padding-l_2em {
    padding-left: 2em;
}
.padding-l_3em {
    padding-left: 3em;
}
.padding-l_4em {
    padding-left: 4em;
}
.padding-l_5em {
    padding-left: 5em;
}
.padding-l_6em {
    padding-left: 6em;
}

.padding-lr_1em {
    padding-left: 1em;
    padding-right: 1em;
}

.padding-lr_2em {
    padding-left: 2em;
    padding-right: 2em;
}
/* スペース　終了 */

/* N助成金プラン　リンクバー　開始 */
.link_bar_1 {
	/* background-color: #34308F; */
	background-color: #222A43;
	text-align: center;
	color: #fff;
	/* width: 100%; */
}
.link_bar_1__inner {
	/* line-height: 1; */
	letter-spacing: 0.2em;
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
	height:auto;
	line-height:60px;
}
.link_bar_1__inner a{
	color: #fff;
	font-size: 14px;
}
/* N助成金プラン　リンクバー　終了 */

/*===============================================================================
　プラチナ光（テレ・マーカー）  レスポンシブ用 PC用設定
===============================================================================*/
@media screen and (min-width: 431px) {
    .br-sp {
        display: none;
    }

	#contents .contents_block {
		max-width: 1000px;
		width: 95%;
		clear:both;
		margin: 0 auto;
		/* margin:4em 0 2em 0; */
		/* overflow:hidden; */
		overflow-wrap: break-word;
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.contents_block .title{
		line-height: 1.4;
		font-weight: bold;
		font-size: 1.47em;
		background-color: #eee;
		padding-top: 0.5em;
		padding-left: 0.5em;
		margin-left: -0.5em;
	}
	
	.contents_block .date {
		font-size: 0.93em !important;
	}
	
	
	.contents_block p {
		font-size: 1em;
		/* text-align: left; */
		line-height: 2em;
		letter-spacing: 0.1em;
	}
	
	.contents_block .text_r {
		text-align: right;
	}
}
/*===============================================================================
お客様の声　 レスポンシブ用 PC用設定
===============================================================================*/
#contents > .voice_area {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 30px auto;
	padding: 0;
	overflow: auto;
  }
  /* いい声・要望　ページ内リンク */
  #contents .voice_area .page_menu {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 3em 0 6em 0;
  }
  .page_menu_btn a {
	display: inline-block;
	width: 100%;
	padding: 1em 2em;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-radius: 50px;
	cursor: pointer;
  }
  #contents .voice_area .page_menu .btn_ctr_r,
  #contents .voice_area .page_menu .btn_ctr_l {
	width: 45%;
  }

  .btn_good a {
	background-color: #FFCD58;
	border: solid 2px #FFCD58;
	border-bottom: 5px solid #c78d05;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .btn_good a:hover {
	color: #a9672f;
	background-color:#FFF1D1;
	border: solid 2px #ffb914;
	border-bottom: 5px solid #c78d05;
	margin-top: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .btn_request a {
	background-color: #D1E8F6;
	border: solid 2px #D1E8F6;
	border-bottom: 5px solid #3278de;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  .btn_request a:hover {
	color: #335c98;
	background-color:#D1E8F6;
	border: solid 2px #3278de;
	border-bottom: 5px solid #3278de;
	margin-top: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }

  /* いい声　タイトルから下を囲むボックス */
  #contents .voice_box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	/* background-color: #FFE154;
	border-radius: 25px; */
  }

  /* いい声・要望　見出し */
  #contents .voice_box h3.voice_title {
	clear: both;
	color: #fff;
	background: #222A43;
	padding: 10px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
  }
  #contents .voice_box .voice_title h3.voice_good {
	clear: both;
    position: relative;
    /* background-image: linear-gradient(135deg, #F4593D 42px, hsl(42, 100%, 91%) 15px calc(100% - 42px), #F4593D 15px); */
    background-image: linear-gradient(135deg, #FFCD58 42px, hsl(42, 100%, 91%) 15px calc(100% - 42px), #FFCD58 15px);
    overflow: hidden;
	border-radius: 25px;
	color: #a9672f;
	font-size: 26px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 1em;
    padding: 1.5rem 2.5rem;
}
#contents .voice_box .voice_title h3.voice_request {
	clear: both;
    position: relative;
    /* background-image: linear-gradient(135deg, #23487E 42px, hsl(42, 100%, 91%) 15px calc(100% - 42px), #23487E 15px); */
	background-image: linear-gradient(135deg, #3278de 42px, hsl(203, 67%, 89%) 15px calc(100% - 42px), #3278de 15px);
    overflow: hidden;
	border-radius: 25px;
	color: #2771ce;
	font-size: 26px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 1em;
    padding: 1.5rem 2.5rem;
}
  #contents .voice_area .voice_img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  }

  /* いい声　声と返信を囲むボックス */
  #contents .voice_box2_good {
	/* border: solid 2em #FFE154; */
	width: 100%;
	max-width: 700px;
	/* background-color: #F9D6DD;
	border: solid 3px #E25573; */
	background-color: #fbffaf;
	border: solid 3px #ffcd58;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	margin: 0 auto 6em auto;
	padding-bottom:0.6em;
  }
  #contents .voice_box2_good .voice_box2_inner {
	background-color: #F9F5C2;
	border-radius: 25px;
  }

  /* ご要望の声　声と返信を囲むボックス */
  #contents .voice_box2_request {
	/* border: solid 2em #FFE154; */
	width: 100%;
	max-width: 700px;
	/* background-color: #F9D6DD;
	border: solid 3px #E25573; */
	background-color: #d1e8f6;
	/* border: solid 3px #23487E; */
	border: solid 3px #3278de;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	margin: 0 auto 6em auto;
	padding-bottom:0.6em;
  }

/* 吹き出し */
.balloon_l,
.balloon_r {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: auto;
  margin: 0 auto 1em auto;
  padding: 2em;
  }
  .faceicon img{
	max-width: 150px;
	min-width: 60px;
	width: 100%;
	height: auto;
	border-radius: 50%;
  }
  .balloon_r .faceicon{
	margin-left: 17px;
  }
  .balloon_l .faceicon{
	margin-right: 17px;
  }
  .balloon_r .faceicon{
	order:2 !important;
  }
  .balloon_r .faceicon,
  .balloon_l .faceicon p{
	text-align: center;
	font-weight: 600;
	margin-top:4px;
  }
  .says {
	max-width:500px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 1.5em;
	border-radius: 12px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    align-items: center;
	font-size: 20px;
	font-weight: 600;
	line-height:1.8;
  }
  .says p{
	margin:8px 0 0 !important; 
  }
  .says p:first-child{
	margin-top:0 !important;
  }
  .says:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
  /*   margin-top:-3px;  */
  }
  .balloon_l .says:after {
	left: -23px;
	border-right: 15px solid #fff;
  }
  .balloon_r .says:after {
	right: -23px;
	border-left: 15px solid #fff;
  }

  /* 返信 */
  .voice_reply {
	background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 3.2em;
    line-height: 3em;
	margin: 2em;
    padding-bottom: 1px;
	border-radius: 15px;
	}
  .voice_reply p {
	font-size: 18px;
	padding: 0.6em 1.5em;
	}

/*===============================================================================
　プラチナ光（テレ・マーカー）  レスポンシブ用 SP・モバイル用設定
===============================================================================*/
@media screen and (min-width: 768px) {
/* モバイル用設定の非表示 開始 */
.header {
	display: none;
}  
.sp_link a{
	display: none;
}
#sp-footer {
	display: none;
}
.sp-br {
	display: none;
  }
.sp_margin_t1 {
	margin-top: 0;
}
/* モバイル用設定の非表示 終了 */
/* N助成金プラン　リンクバー　開始 */
.link_bar_1 {
	/* background-color: #34308F; */
	background-color: #222A43;
	text-align: center;
	color: #fff;
	/* width: 100%; */
}
.link_bar_1__inner {
	text-align:center;
	padding:1em 0;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: 0 auto;
	height:auto;
}
.link_bar_1__inner a{
	color: #fff;
	font-size: 14px;
}
/* N助成金プラン　リンクバー　終了 */
}

/*===============================================================================
　　レスポンシブ対応	タブレット用css
===============================================================================*/
/* タブレット用CSS */
@media only screen and (min-width: 767px) and (max-width: 1280px) {

}

/*===============================================================================
　　レスポンシブ対応	SP
===============================================================================*/

/* モバイル用CSS */
@media screen and (max-width: 767px) {
/* PC用設定の非表示 */
#gnavi,#header {
	display: none;
}
#footer,#footer_menu {
	display: none;
}
.pc {
	display: none;
}
.pc-br {
	display: none;
}

/* モバイル用設定　開始 */
li{
    list-style: none;
  }
  /* .faq_area {
	margin: 3rem auto 8rem auto;
	max-width: 95% !important;
  } */
  .li_line_l {
	font-size: 1em;
	padding-left: 1em;
  }

/* モバイル用メニュー開始 */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	background:#f00;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	border: none;
	width: 110px;
	height: 45px;
	overflow: hidden;
	position: relative;
	float:right;
	cursor: pointer;
	outline: none;
	overflow:hidden;
}
@media only screen and (max-width: 1366px) {
.dl-menuwrapper button {
    margin-right: 10px;
    margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
.dl-menuwrapper button {
    margin-right: 10px;
    margin-top: 0px;
    }
}
@media only screen and (max-width: 320px) {
.dl-menuwrapper button {
    margin-right: 0px;
    margin-top: 0px;
    }}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	
.dl-menuwrapper ul {
	background: #222A43;
	z-index:9999;
	position:absolute;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	top:50px;
}

.dl-menuwrapper li {
	position: relative;
	border-bottom:1px dotted #fff;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px 15px 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	background:url(../img/common/white_icon.png) no-repeat 10px center;
  background-size: 10px;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1) url(../img/common/white_icon.png) no-repeat 10px center;
  background-size: 10px;
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}
/* モバイル用メニュー終了 */
/* モバイル用common開始 */

/*===============================================================================
お客様の声　  レスポンシブ用 SP・モバイル用設定
===============================================================================*/
@media only screen and (max-width: 768px) {
	#contents > .voice_area {

	  overflow: auto;
	  font-size: 16px;
	  width: auto;
	}

	.sp_width {
	  width: auto;
	  margin: 20px 10px 30px 10px;
	  padding: 0;
	}
/* いい声・要望　ページ内リンク */
/* ボタン 開始 */
  #contents .voice_area .page_menu {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: stretch;
	margin: 3em 1em 6em 1em;
  }
	.page_menu_btn a {
	  display: inline-block;
	  width: 100%;
	  padding: 1em 2em;
	  color: #333;
	  font-weight: 600;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  border-radius: 50px;
	  cursor: pointer;
	}
	#contents .voice_area .page_menu .btn_ctr_r,
	#contents .voice_area .page_menu .btn_ctr_l {
	  width: 100%;
	}
	
	.btn_good a {
	  background-color: #FFCD58;
	  border: solid 2px #FFCD58;
	  border-bottom: 5px solid #c78d05;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  font-size: 18px;
	  line-height: 1.5;
	  letter-spacing: 0.1em;
	}
	.btn_good a:hover {
	  color: #a9672f;
	  background-color:#FFF1D1;
	  border: solid 2px #ffb914;
	  border-bottom: 5px solid #c78d05;
	  margin-top: 3px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  font-size: 18px;
	  line-height: 1.5;
	  letter-spacing: 0.1em;
	}
	  
	.btn_request a {
	  background-color: #D1E8F6;
	  border: solid 2px #D1E8F6;
	  border-bottom: 5px solid #3278de;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.btn_request a:hover {
	  color: #335c98;
	  background-color:#D1E8F6;
	  border: solid 2px #3278de;
	  border-bottom: 5px solid #3278de;
	  margin-top: 3px;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
/* ボタン 終了 */
	.balloon_l, .balloon_r {
	  margin: 0;
	  padding:1em;
	}
	.says {
	  font-size: 16px;
	  line-height: 1.5;
	}
	/* いい声　タイトルから下を囲むボックス */
	#contents .voice_box {
	  width: auto;
	  max-width: 760px;
	  margin: 0 1em;
	}

  /* いい声・要望　見出し */
    #contents .voice_box h3.voice_title {
	  clear: both;
	  color: #fff;
	  background: #222A43;
	  padding: 10px;
	  font-size: 18px;
	  line-height: 28px;
	  margin-bottom: 10px;
    }
  /* いい声　声と返信を囲むボックス */
    #contents .voice_box2_good {
	  width: 100%;
	  max-width: 690px;
	  background-color: #fbffaf;
	  border: solid 3px #ffcd58;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0 auto 3em auto;
	  padding-bottom:0.6em;
    }
  #contents .voice_box2_good .voice_box2_inner {
	  background-color: #F9F5C2;
	  border-radius: 25px;
    }

  /* ご要望の声　声と返信を囲むボックス */
  #contents .voice_box2_request {
	width: 100%;
	max-width: 700px;
	background-color: #d1e8f6;
	border: solid 3px #3278de;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
	margin: 0 auto 6em auto;
	padding-bottom:0.6em;
  }
  /* アイコン */
  .faceicon img{
	max-width: 150px;
	min-width: 60px;
	width: 100%;
	height: auto;
	border-radius: 50%;
  }
  .balloon_r .faceicon,
  .balloon_l .faceicon p{
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin-top:4px;
  }
  /* 返信 */
  .voice_reply {
	background-color: #fff;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 35px;
    line-height: 35px;
	margin:1em;
    padding-bottom: 1px;
	border-radius: 15px;
	}
  .voice_reply p {
	font-size: 16px;
	padding: 0.6em 1.5em;
	}


}
 /* max-width:768px */

/* #contents > .voice_area {
	width: 100%;
	max-width: 1000px;
	margin: 20px auto 30px auto;
	padding: 0;
	overflow: auto;
  }
  /* いい声・要望　ページ内リンク */
  /* #contents .voice_area .page_menu {
	margin: 1em 0 6em 0;
	overflow: auto;
	display: flex;
	justify-content: space-between;
  }
  #contents .voice_area .page_menu li {
	padding: 10px 0;
	width: 48%;
	border-radius: 50px;
	text-align: center;
  }
  #contents .voice_area .page_menu li a {
	display: block;
	padding: 10px 20px 10px 40px;
	font-size: 25px;
	font-weight: bold;
  }
  #contents .voice_area .page_menu li a:hover {
	background-color: #f2f2f2;
  }
  .btn_good {
	background-color: #FFCD58;
  }
  .btn_request {
	background-color: #D1E8F6;
  } */

  /* いい声　タイトルから下を囲むボックス */
  /* #contents .voice_box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;

  } */

  /* いい声・要望　見出し */
  /* #contents .voice_box h3.voice_title {
	clear: both;
	color: #fff;
	background: #222A43;
	padding: 10px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
  }
  #contents .voice_box .voice_title h3.voice_good {
	clear: both;
    position: relative;
    background-image: linear-gradient(135deg, #FFCD58 42px, hsl(42, 100%, 91%) 15px calc(100% - 42px), #FFCD58 15px);
    overflow: hidden;
	border-radius: 25px;
	color: #a9672f;
	font-size: 26px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 1em;
    padding: 1.5rem 2.5rem;
}
#contents .voice_box .voice_title h3.voice_request {
	clear: both;
    position: relative;
	background-image: linear-gradient(135deg, #3278de 42px, hsl(203, 67%, 89%) 15px calc(100% - 42px), #3278de 15px);
    overflow: hidden;
	border-radius: 25px;
	color: #2771ce;
	font-size: 26px;
	font-weight: 600;
	line-height: 38px;
	margin-bottom: 1em;
    padding: 1.5rem 2.5rem;
} */
  /* #contents .voice_area .voice_img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  } */

  /* いい声　声と返信を囲むボックス */
  /* #contents .voice_box2_good {
	width: 100%;
	max-width: 694px;
	background-color: #fbffaf;
	border: solid 3px #ffcd58;
	border-radius: 25px;
	margin: 0 auto 6em auto;
	padding-bottom:0.6em;
  }
  #contents .voice_box2_good .voice_box2_inner {
	background-color: #F9F5C2;
	border-radius: 25px;
  } */

  /* ご要望の声　声と返信を囲むボックス */
  /* #contents .voice_box2_request {
	width: 100%;
	max-width: 694px;
	background-color: #d1e8f6;
	border: solid 3px #3278de;
	border-radius: 25px;
	margin: 0 auto 6em auto;
	padding-bottom:0.6em;
  } */

/* 吹き出し */
/* .balloon_l,
.balloon_r {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  width: auto;
  margin: 0 auto 1em auto;
  padding: 2em;
  }
  .faceicon img{
	max-width: 150px;
	width: 100%;
	height: auto;
	border-radius: 50%;
  }
  .balloon_r .faceicon{
	margin-left: 17px;
  }
  .balloon_l .faceicon{
	margin-right: 17px;
  }
  .balloon_r .faceicon{
	order:2 !important;
  }
  .balloon_r .faceicon,
  .balloon_l .faceicon p{
	text-align: center;
	font-weight: 600;
	margin-top:4px;
  }
  .says {
	max-width:500px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 1.5em;
	border-radius: 12px;
	background: #fff;
	box-sizing:border-box;
    align-items: center;
	font-size: 1.2rem;
	font-weight: 600;
	line-height:1.8;
  }
  .says p{
	margin:8px 0 0 !important; 
  }
  .says p:first-child{
	margin-top:0 !important;
  }
  .says:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
  }
  .balloon_l .says:after {
	left: -23px;
	border-right: 15px solid #fff;
  }
  .balloon_r .says:after {
	right: -23px;
	border-left: 15px solid #fff;
  }

  */

/* #contents .voice_area {
	margin: 20px auto 30px auto;
	padding: 0;
	overflow: auto;
  }
  #contents .voice_area .page_menu {
	margin-bottom: 20px;
	overflow: auto;
  }
  #contents .voice_area .page_menu li {
	padding: 10px 0;
  }
  #contents .voice_area .page_menu li a {
	display: block;
	padding: 10px 20px 10px 40px;
	font-size: 18px;
	font-weight: bold;
	background: #fee250 url(../img/common/blue_icon.png) no-repeat 20px center;
  }
  #contents .voice_area .page_menu li a:hover {
	background: #f2f2f2 url(../img/common/blue_icon.png) no-repeat 20px center;
  }

  #contents .voice_box h3.voice_title {
	clear: both;
	color: #fff;
	background: #222A43;
	padding: 10px;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
  }
  #contents .voice_area .voice_good_container {
	text-align: center;
  }
  #contents .voice_area .voice_good_container .voice_img {
	margin: 0 auto;
  } */

/*----------------------------------------------------
 サイト共通
----------------------------------------------------*/
/*改行*/
body .br-sp-s {
    display: none;
}
body .br-sp-m {
    display: none;
}
body .br-sp-l {
    display: none;
}
body .br-sp-ll {
    display: none;
}
body .br-sp-sm {
    display: none;
}
body .br-sp-ml {
    display: none;
}
body .br-sp-sml {
    display: none;
} 
body .br-sp-smll {
    display: none;
} 
body .br-pc {
    display: inherit;
}

@media screen and (max-width: 320px) {
   /* 表示領域が320px以下の場合に適用するスタイル iPhone SE 小のみ*/
body .br-sp-s {
    display: inherit;
}
body .br-pc {
    display: none;
}
}

@media screen and (min-width:374px) and (max-width: 413px) {
    /*　画面サイズが375px以上 iPhone 8 からはここを読み込む　iPhone 8　中以上 */
body .br-sp-m {
    display: inherit;
}
body .br-pc {
    display: none;
}
}

@media screen and (min-width:413px) and (max-width: 735px) {
    /*　画面サイズが414px以上 iPhone 8 Plus からはここを読み込む iPhone 8 Plus　大以上　*/
body .br-sp-l {
    display: inherit;
}
body .br-pc {
    display: none;
}
}

@media screen and (max-width: 375px) {
   /* 表示領域が374px以下の場合に適用するスタイル iPhone  小と中のみ */
body .br-sp-sm {
    display: inherit;
}
body .br-pc {
    display: none;
}
}

@media screen and (min-width:374px) and ( max-width:735px) {
    /*　画面サイズが374pxから414pxまではここを読み込む iPhone 中と大のみ　*/
body .br-sp-ml {
    display: inherit;
}
body .br-pc {
    display: none;
}
}

@media screen and (min-width:320px) and ( max-width:735px) {
    /*　画面サイズが320pxから735pxまではここを読み込む　iPhone 小から大のみ　*/
body .br-sp-sml {
    display: inherit;
}
body .br-pc {
    display: none;
}
}
@media screen and (min-width:735px) and ( max-width:768px) {
body .br-sp-smll {
    display: inherit;
}
body .br-pc {
    display: none;
}
} 

/*文字間*/
body .ls_pc1 {
    letter-spacing: -1px;
}
body .ls_pc2 {
    letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
body .ls_pc1 {
    letter-spacing: 0;
}
body .ls_pc2 {
    letter-spacing: 0;
}
}
@media screen and (max-width: 320px) {
body .ls_sp1 {
    letter-spacing: -1px;
}
body .ls_sp2 {
    letter-spacing: -2px;
}
}
/*句読点*/
@media screen and (max-width: 768px) {
body  .ten-sp320:after {
    content: "、"
}
body  .maru-sp:after {
    content: "・"
}
}
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y:scroll;
	background:#FFF;
}


/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body{
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Sans-Serif;
	font-size:12px;
	line-height:1.6;
	-webkit-text-size-adjust:none;
}

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

a{
	outline:none;
}
a:link,
a:visited{
	color:#222A43;/*ブルー*/
	text-decoration:none;
}
a:hover{
	color:#CE2A80;/*ピンク*/
	text-decoration:none;
}

	
/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
header{
    width: 100%;
	padding:5px 2px;
	position: relative;
	z-index:9999;
	background:#fff;
	margin:0;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

.header-title{
	width:25%;
	float:left;
	min-height:50px;
	max-height:75px;}
	
.header-title img{
	width:100%;
	max-width:248px;
	min-width:180px;
	padding-bottom:5px;
	}
		
header .dl-trigger img{
	width:100%;
	padding-bottom:5px;
	}

header .dl-trigger {
	background:#fff;
	vertical-align:middle;
	}
#cash_clear {
	width:100%;
  margin:10px auto 10px auto;
  font-size: 12px;
  color: #f00;
	border: 1px solid #f00;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	background: #fde9e8;
}
/*--------------------------------------------------------------------------
   main_img
---------------------------------------------------------------------------*/
	
section.main_img{
    border-top: 2px solid #000;
	width:100%;
	background:#4DA1E1;
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:center;}
	

section.sub_main_img{
    border-top: 2px solid #000;
	width:100%;
	max-height:200px;
	min-height:0;
	background:#4DA1E1;
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:center;}
	
section.sub_main_img .sub_main img{
	width:100%;
	margin:0 auto;
	text-align:center;}

section.sub_main_img{
    clear:both;
	width:100%;
	margin:0 auto;
	height:100px;
	overflow:hidden;
    background:url(../img/common/blue_bg.jpg) repeat top center;
	padding:0;
}
@media only screen and (max-width: 1366px) {
    section.sub_main_img img{
    max-width:300px;
    padding-top: 25px;
}
}
@media only screen and (max-width: 768px) {
    section.sub_main_img img{
    max-width:280px;
    padding-top: 25px;
}
}

@media only screen and (max-width: 414px) {
    section.sub_main_img img{
    max-width:150px;
    padding-top: 35px;
}
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

span.bold{
    font-weight: bold;
}

/*パンくず*/
#pankuzu{
        width: 100%;
	margin:20px auto 0 auto;
	padding: 0 0 0 5px;
	font-size:12px;
	line-height:16px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}
	
#pankuzu a.home {
	text-decoration: underline;
background: url(../img/common/blue_icon.png) no-repeat 2px 2px;
    background-size: 12px;
padding-left: 20px;
	}
	
#pankuzu a {
	color:#222A43;
	text-decoration: underline;
	}
	
#pankuzu a:hover{
	color:#CE2A80;}
	
#contents{
	padding: 0;
}


section{clear:both;
margin:0;
padding:0;}

/*タイトル*/
#contents h2.title{
	clear:both;
	color:#fff;
	background:#222A43;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	padding:10px 10px 10px 20px;
	font-size:16px;
	line-height:28px;
	margin-bottom:10px;
	}
	
#contents h3.title{
	clear:both;
	color:#222A43;
	border-bottom:1px dotted #222A43;
	background: url(../img/common/blue_icon.png) no-repeat 10px 16px;
	background-size:16px;
    padding:10px 10px 10px 30px;
	font-size:16px;
	line-height:28px;
	margin-bottom:10px;
	margin-top:20px;
    vertical-align: top;
	}
	
#contents h4.title{
	clear:both;
	color:#222A43;
	background: url(../img/common/circle_icon.png) no-repeat 10px 16px;
    background-size:16px;
	padding:10px 10px 10px 30px;
	font-size:16px;
	line-height:28px;
	margin-top:20px;
	}
	
#contents h5.title{
	clear:both;
	color:#222A43;
	padding:5px 10px 5px 10px;
	font-size:16px;
	line-height:28px;
	margin:0 0 10px 0;
	border-bottom:1px solid #222A43;
	}
	
#contents h6.title{
	clear:both;
	color:#222A43;
	padding:5px 0px;
	font-size:16px;
	line-height:28px;
	margin-top:20px;
	}

/*--------------------------------------------------------------------------
   page top
---------------------------------------------------------------------------*/

.page_top{
	width:100%;
	background:#ccc;
	text-align:center;
	color:#fff;
	padding:10px 0;
	border-bottom:1px solid #000;
    box-sizing: border-box;
}
	
.page_top img{
	width:40px;
	}

/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/

footer{
	width:100%;
	background:#000;
	text-align:center;
	color:#fff;
	padding:10px 0;
	border-top:1px solid #fff;
    box-sizing: border-box;
	}
	
footer .f_logo{
	width:300px;
	margin:0 auto;
	padding-bottom:10px;}
	
footer .f_logo img{
	width:180px;
	max-width:250px;
	}

footer .pc{
	width:100px;
	margin:20px auto 10px auto;
	}	
footer .pc a{
	display:block;
	border:1px solid #fff;
	padding:5px;
	color:#fff;}
	
footer .pc a:hover,footer .pc a:visited{
	border:1px solid #fff;
	padding:5px;
	color:#fff;
	}
/* モバイル用common終了 */
}
/* モバイル用CSS　終了 */


@media screen and (max-width: 430px) {
/* PC用設定の非表示 */
    .br-pc {
        display: none;
    }
	
/* N助成金プラン　リンクバー　開始 */
.link_bar_1 {
	/* background-color: #34308F; */
	background-color: #222A43;
	text-align: center;
	color: #fff;
	/* width: 100%; */
}
.link_bar_1__inner {
	text-align:center;
	padding:1em 0;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: 0 auto;
	height:auto;
}
.link_bar_1__inner a{
	color: #fff;
	font-size: 14px;
}
/* N助成金プラン　リンクバー　終了 */

    .table_wrap_1 {
        width: 100%;
    }

    .contents_img_v_50,.contents_img_v_l,.contents_img_v_r,.contents_img_v_l_2,.contents_img_v_r_2 {
        max-width: 100%;
        margin: 2em auto;
    }
    
    .contents_img_v_box {
        display:none
    }

    #contents .contents_web_block{
        width: 95%;
        margin: 0 auto;
        clear:both;
        /* margin:4em 0 2em 0; */
        /* overflow:hidden; */
        overflow-wrap: break-word;
    }

    #contents .contents_block{
        width: 95%;
        clear:both;
        margin: 0 auto;
        /* margin:4em 0 2em 0; */
        /* overflow:hidden; */
        overflow-wrap: break-word;
        line-height: 2em;
        letter-spacing: 0.1em;
    }
    
    .contents_block .title{
        background-color: #eee;
        margin: 2em auto 2em auto;
        line-height: 1.4;
        font-weight: bold;
        font-size: 1.47em;
    }
    
    .contents_block .date{
        font-size: 0.93em !important;
    }
    
    .contents_block p{
        font-size: 1em;
        /* text-align: left; */
        line-height: 1.5em;
        letter-spacing: 0.1em;
    }
    
    .contents_block .text_r{
        text-align: right;
    }
}