/*共通-----------------------------------------------------------------------------------*/

	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
	html{
		font-size:14px;
		line-height: 1.5em;
	}
	body{
		font-family:'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		color:#333;
		background-color:#FFF;
		font-size:14px;
		line-height: 1.5em;
	}

	/*container -------------------------------------------------------------*/
	#container{
		margin-left:auto;
		margin-right:auto;
	}
	/*container END -------------------------------------------------------------*/

	/*header -------------------------------------------------------------*/
	#header{
		width:100%;
		background:#fff;
		z-index: 9999;

	}
	#head_inner{
		width:100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}

	.head_pc{
		width:100%;
	}
	.head_pc #menuGlobal{
		width:100%;
		height: 90px;
		position: fixed;
		z-index: 10000;
		background-color: #fff;
		box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .2);
	}
	.head_pc #menuGlobal_inner{
		position:relative;
		width:100%;
		max-width:1200px;
		margin-left: auto;
		margin-right: auto;
		padding:0 10px;
	}
	.menuGlobal_spacer{
		width:100%;
		height: 90px;
	}
	.head_pc .menu-left_pc{
		float: left;

	}
	.head_pc .menu-right_pc{
		float: right;
	}

	.head_pc .logo{
		margin-top:25px;
	}
	.head_pc .logo img{
		width:50%;
	}
	.head_pc .menu-sub ul{
		margin-top:10px;
		display: flex;
		justify-content:flex-end;
	}
	.head_pc .menu-sub ul li{
		margin-left: 2em;
	}
	.head_pc .menu-sub ul li a{
		font-size: 1rem;
		color: #666;
	}
	.head_pc .menu-sub ul li img.icon_fb,
	.head_pc .menu-sub ul li img.icon_contact{
		width: 20px;
	}
	.head_pc .menu-sub ul li img.icon_contact{
		margin-right: 0.5em;
	}
	.head_pc .menu-main{
		margin-top:10px;
	}
	.head_pc .menu-main ul{

		display: flex;
		justify-content:flex-end;
	}
	.head_pc .menu-main ul li{
		margin-left: 2em;
	}
	.head_pc .menu-main ul li a{
		display: block;
		text-align: center;
		font-size: 1.1rem;
		color: #666;
		line-height: 1em;
	}
	.head_pc .menu-main ul li .eng{
		display:block;
		margin-top: 0.3em;
		font-size: 1rem;
		color: #11845B;
		font-family:'Montserrat';
		letter-spacing:0.06em;
	}
/*-------------------------------------------*/
	.head_mobile{
		display:none;

	}
	/*スマートフォン-----------------------------------------------------------------------------------*/
/*@media only screen and (max-width:768px){*/
@media only screen and (max-width:1000px){

	.head_pc{
		display:none;

	}
	.head_mobile{
		display:block;
	}
	.head_mobile .mainMovie{

	}
	.head_mobile .logo{
		margin-left: 10px;
		z-index:101;
		height:60px;
		padding: 10px 0 0 0;

	}
	.head_mobile .logo img{
		width:130px;
		height:auto;
	}
	.head_mobile .mainMovie video{
		width:100%;
	}

	.btn-set ul{
		margin-left:auto;
		margin-right:auto;
		width:320px;

	}
	.btn-set ul li{
		margin-left:auto;
	}
	.btn-set li .round_counseling{
		margin-right:10px;
	}
	.contact_guide{
		margin-bottom:10px;
		text-align:center;
		font-size:12px;

	}
	#footer .contact_guide{
		color:#FFF;

	}
}

	#header_right .directions,
	#header_right .address,
	#header_right .tel{
		text-align:right;
	}
	#header_right .directions,
	#header_right .address{
		font-size:14px;
	}
	#header_right .directions{
		font-weight:bold;
		margin-bottom:5px;
	}
	#header_right .address{
		margin-bottom:8px;
	}

	#header_right .tel{
		line-height:25px;
	}
	#header_right .tel .category{
		display:inline-block;
		font-size:12px;
		border:1px solid #fabe00;
		padding:0px 7px 0px 7px;
		margin-right:5px;
	}
	#header_right .tel .general,
	#header_right .tel .freedial{
		vertical-align:sub;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	}
	#header_right .tel .general a,
	#header_right .tel .freedial a{
		color:#333;
	}
	#header_right .tel .general{
		font-size:20px;
		font-weight:bold;
		margin-right:20px;
	}
	#header_right .tel .freedial{
		font-size:24px;
		font-weight:bold;
	}
	#header_right .contact_guide{
		font-size:14px;
	}

	/*menuGlobal -------------------------------------------------------------*/

	/*menuGlobal */
	#menuGlobal{
		width:100%;
		clear: both;
	}
	#menuGlobal_inner{
		width:100%;

	}

	/*global_pc PC版 */

	.menu-left_pc{

	}

	#menuGlobal_inner ul.global_pc{
		margin: auto;

		display:flex;
		justify-content: space-around;
	}
	#menuGlobal_inner ul.global_pc > li{
	}

	#menuGlobal_inner ul.global_pc > li > a{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */

		height:100px;
		font-size:16px;

		color:#666;
		line-height:1.3em;
		position:relative;

		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#menuGlobal_inner ul.global_pc > li > a:hover{
		color:#0060ba;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;

	}
	#menuGlobal_inner ul.global_pc > li > a.arrow::before{
		position: absolute;
		bottom: 0;
		content: '';
		left:50%;
		margin-left: -6px;
		margin-bottom: 10px;
		border-right: 6px solid transparent;
		border-top: 8px solid #0060ba;
		border-left: 6px solid transparent;

		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#menuGlobal_inner ul.global_pc > li > a.arrow:hover::before{
		margin-bottom: 5px;
	}


	/*ドロップダウン*/
	ul.dropmenu{
		*zoom: 1;
		position: relative;
	}
	ul.dropmenu:before, .dropmenu:after{
		content: "";
		display: table;
	}
	ul.dropmenu:after{
		clear: both;
	}
	ul.dropmenu > li{

		/*width: 20%;*/
		margin: 0;
		padding: 0 1em;
		text-align: center;
	}
	ul.dropmenu .secondlevel{
		background:#a9c5ed;
		width:100%;
		position:absolute;
		left:0;
		color:#000;
		padding:50px 0;
		box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
	}
	ul.dropmenu .secondlevel .secondlevel_inner{
		width:1000px;
		/*background:#aaa;*/
		margin-left:auto;
		margin-right:auto;
		display:flex;
	}

	ul.dropmenu .secondlevel section{
		padding-left:20px;
		padding-right:20px;
	}
	ul.dropmenu .secondlevel .split2{
		width:50%;
	}

	ul.dropmenu .secondlevel .title{
		text-align:left;
		font-size:26px;
		margin-bottom:1em;
	}
	ul.dropmenu .secondlevel .read{
		text-align:left;
		font-size:18px;
		line-height:1.5em;
	}
	/*サブメニュー内のボタン*/
	ul.dropmenu .secondlevel ul.submenuList{

	}
	ul.dropmenu .secondlevel ul.submenuList > li{
		text-align:left;
		margin-bottom:20px;
	}
	ul.dropmenu .secondlevel ul.submenuList > li:last-child{
		margin-bottom:0;
	}
	ul.dropmenu .secondlevel ul.submenuList > li > a{
		display:block;
		text-align:left;
		color:#000;
		width:100%;
		border-bottom:solid 1px #3F6398;
		box-sizing:border-box;
		padding:0px 10px 15px 10px;
		position: relative;

	}
	ul.dropmenu .secondlevel ul.submenuList > li > a::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		margin-top: -10px;
		border: 12px solid transparent;
		border-width: 6px 0 6px 8px;
		border-left-color: #3F6398;

		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	ul.dropmenu .secondlevel ul.submenuList > li > a:hover::after {
		right: 2px;

		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;

	}

	/*フェードイン*/
	ul.dropmenu li ul,
	ul.dropmenu li .secondlevel{
		visibility: hidden;
		opacity: 0;
		transition: 0s;
	}
	.dropmenu  li:hover ul,
	.dropmenu  li:hover .secondlevel{
		visibility: visible;
		opacity: 1;
	}
	ul.dropmenu  li ul li a,
	ul.dropmenu  li .secondlevel{
		visibility: hidden;
		opacity: 0;
		transition: .2s;
	}
	ul.dropmenu  li:hover ul li a,
	ul.dropmenu  li:hover .secondlevel{
		visibility: visible;
		opacity: 1;
	}

	/*menuGlobal END -------------------------------------------------------------*/
	/*header END -------------------------------------------------------------*/


	/*mainImage  -------------------------------------------------------------*/
	#mainImage{
		width:100%;
	}
	/**/
	.content_pc .mainMovie{
		position:relative;
		overflow: hidden;
		background-color: #286450;
	}
	.content_pc .mainMovie video{
		margin-top: -5vw;
		width:100%;
		max-height: 700px;
	}
	.content_pc .mainMovie .concept{
		position: absolute;
		bottom: 7vw;
		width: 100%;
	}
	.content_pc .mainMovie .concept .text-l,
	.content_pc .mainMovie .concept .text-s{
		color: #fff;
		text-align: center;
		text-shadow: 0px 0px 10px #000;
	}
	.content_pc .mainMovie .concept .text-l{
		font-family:'Montserrat';
		font-size: 5vw;
		margin-bottom: 1em;
		font-weight: bold;
		letter-spacing:0.08em;
	}
	.content_pc .mainMovie .concept .text-s{
		font-weight: bold;
		font-size: 2vw;
	}

	#mainImage .content_pc .image img,
	#mainImage .content_mob .image img{
		height: 25vw;
		width:100%;
	}
	#mainImage .content_pc .mainMovie .title,
	#mainImage .content_mob .mainMovie  .title{
		width: 100%;
		color: #fff;
		text-shadow: 0px 0px 10px #000;
		font-size: 4vw;
		line-height: 1em;
		position:absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	#mainImage .content_mob .mainMovie .title{
		font-size: 5vw;
	}
	#mainImage .content_pc .mainMovie .title .eng,
	#mainImage .content_mob .mainMovie .title .eng{
		display: block;
		font-size: 60%;
		font-family: "Montserrat";
		margin-top: 0.5em;
	}

	.mainImage{
		position:relative;
		background-color: #000;
	}
	.content_pc .image img,
	.content_mob .image img{
		height: 25vw;
		width:100%;
		opacity: 0.5;
	}
	.content_pc .mainImage .title,
	.content_mob .mainImage  .title{
		width: 100%;
		color: #fff;
		text-shadow: 0px 0px 10px #000;
		font-size: 4vw;
		line-height: 1em;
		position:absolute;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		font-family: "Montserrat";
		font-weight: bold;
		letter-spacing: 0.08em;
	}
	.content_mob .mainImage .title{
		font-size: 5vw;
	}

@media only screen and (max-width:1000px){
	#mainImage .content_mob .mainMovie video{
		width:100%;
	}
	#mainImage .content_mob .concept{
		display: block;
		width: 100%;
		margin: 7vw auto 15vw auto;
		padding: 0 20px 0px 20px;
		max-width: 1200px;
	}

	.content_mob .concept .text-l,
	.content_mob .concept .text-s{
		color: #666;
		text-align: center;
	}
	.content_mob .concept .text-l{
		font-family:'Montserrat', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		font-size: 7vw;
		margin-bottom: 0.5em;
		color: #11845B;
		font-weight: bold;
	}
}


	/*menuCategory  -------------------------------------------------------------*/

	#menuCategory {
		margin-top: 20px;

	}
	#menuCategory #menuCategory_inner{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border-top: solid 1px #999;
		padding-top: 1.5em;
	}
	#menuCategory #menuCategory_inner ul{
		display: flex;
		justify-content: center ;
	}
	#menuCategory #menuCategory_inner ul li{

	}
	#menuCategory #menuCategory_inner ul li a{
		display: block;
		text-align: center;
		padding: 0 0 0.4em 0;
		margin: 0 1em 0 1em;
		color: #666;
		font-size: 16px;
	}
	#menuCategory #menuCategory_inner ul li a.focus{
		border-bottom: solid 2px #3F6398;
	}
	#menuCategory #menuCategory_inner ul li a:hover{
		border-bottom: solid 2px #3F6398;
		color: #3F6398;
	}
@media only screen and (max-width:1000px){
	#menuCategory {
		display: none;
	}
}
	/*menuCategory END -------------------------------------------------------------*/



	/*content -------------------------------------------------------------*/
	#content{
		/*background-color:#BBB;*/
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:50px;
		margin-bottom:50px;
	}

	#mainContent{
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	#content #subContent{
		float:right;
		width:262px;
	}


	/*contentレイアウト ---------------------*/

	/*カラムごとにくくる*/
	.column_set{
		width:100%;
		margin:0 0 2em 0;
	}

	/*カラム*/
	/*
	.column1{	width:9%;	}
	.column2{	width:22%;	}
	.column3{	width:35%;	}
	.column4{	width:48%;	}
	.column5{	width:61%;	}
	.column6{	width:74%;	}
	.column7{	width:86%;	}
	.column8{	width:100%;	}
	*/
	/*　mainContent=74%-subContent=22%の時 main内のコラム幅　*/
	.column1{	width:14%;	}
	.column2{	width:31%;	}
	.column3{	width:48%;	}
	.column4{	width:65%;	}
	.column5{	width:82%;	}
	.column6{	width:100%;	}
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8,
	.column_break3{
		margin:0 0 1em 0;
	}

	.column_break3{	width:30%;	}

	/* 等幅のコラムが3つ以上連なるとき */
	.column1.floatLeft.series{
		margin-right:3.2%;
	}
	.column2.floatLeft.series{
		margin-right:3.5%;
	}


	/*フロート*/
	.floatCenter {
		margin-left:auto !important;
		margin-right:auto !important;
	}
	.floatLeft {
		float: left;
	}

	.floatRight {
		float: right;
	}

	/* 行程 */
	.column2.process{
		width:28%;

	}

	/* 矢印あり */
	.column2.process.arrow{
		margin-right:8%;
		position: relative;
	}

	.column2.process.arrow::after{
		position: absolute;
		/*top: 50%;*/
		top: 110px;
		right: -28%;
		content: '';
		margin-top: -30px;
		border: 20px solid transparent;
		border-top-width: 30px;
		border-bottom-width: 30px;
		border-left-color: #e60021;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	.column2.process.knee.arrow::after{
		top: 140px;
	}



	/*contentレイアウト END ---------------------*/

	/*content要素 ---------------------*/

	/*タイトル*/

	#content h1{
		margin-bottom:0.8em;
		font-weight:bold;
		font-size:min(4vw,4.0rem);
		line-height:1.2em;
		font-family:'Montserrat';
	}

	#content h2{
		margin-bottom:0.5em;
		font-weight:bold;
		font-size: min(3.5vw,3.0rem);
		line-height:1.2em;
		font-family:'Montserrat';
	}
	#content .mainMenu h2{
		background-color:#fabe00;
		margin-bottom:0.5em;
		font-weight:normal;
		padding:17px 15px 15px 10px;
		height:50px;
		font-size:20px;
		line-height:1.2em;
		font-family:'Montserrat';
	}
	#content h3{
		margin-bottom:0.5em;
		font-weight:bold;
		font-size: min(3vw,2.5rem);
		line-height:1.2em;
		font-family:'Montserrat';
	}
	#content h3.color{
		background-color:#11845B;
		padding:15px 15px 15px 15px;
		color:#fff;
	}
	#content h4{
		margin-bottom:0.5em;
		font-weight:bold;
		font-size: min(2.5vw,2rem);
		line-height:1.2em;
		font-family:'Montserrat';
	}
	#content h5{
		margin-bottom:0.5em;
		font-weight:bold;
		font-size:min(3.5vw,26px);
		line-height:1.2em;
		font-family:'Montserrat';
	}

	#content h1.borderNone,
	#content h2.borderNone,
	#content h3.borderNone,
	#content h4.borderNone,
	#content h5.borderNone{
		border: none;
		margin-bottom:0.5em;
	}
	#content h1.borderNone:after,
	#content h2.borderNone:after,
	#content h3.borderNone:after,
	#content h4.borderNone:after,
	#content h5.borderNone:after{
		border: none;
	}

	/*横ならびのくくり*/
	.flexContainer_start,
	.flexContainer_center,
	.flexContainer_around,
	.flexContainer_between{
		display: flex;
		flex-wrap:wrap;
	}

	.flexContainer_start		{	justify-content:space-start;	}
	.flexContainer_center		{	justify-content:center;	}
	.flexContainer_around		{	justify-content:space-around;	}
	.flexContainer_between	{	justify-content:space-between;	}

	/*割合で分割*/
	.width10p	{	width:10%;	}
	.width20p	{	width:20%;	}
	.width25p	{	width:25%;	}
	.width30p	{	width:30%;	}
	.width40p	{	width:40%;	}
	.width50p	{	width:50%;	}
	.width60p	{	width:60%;	}
	.width70p	{	width:70%;	}
	.width75p	{	width:75%;	}
	.width80p	{	width:80%;	}
	.width90p	{	width:90%;	}
	.width100p	{	width:100%;	}

	.width10p_panel		{	width:calc(10% - 20px);	}
	.width20p_panel		{	width:calc(20% - 20px);	}
	.width25p_panel		{	width:calc(25% - 20px);	}
	.width30p_panel		{	width:calc(30% - 20px);	}
	.width40p_panel		{	width:calc(40% - 20px);	}
	.width50p_panel		{	width:calc(50% - 20px);	}
	.width60p_panel		{	width:calc(60% - 20px);	}
	.width70p_panel		{	width:calc(70% - 20px);	}
	.width75p_panel		{	width:calc(75% - 20px);	}
	.width80p_panel		{	width:calc(80% - 20px);	}
	.width90p_panel		{	width:calc(90% - 20px);	}
	.width100p_panel	{	width:calc(100% - 20px);	}
	/*等分（スペースなし）*/
	.width1piece	{	width:calc(100% / 1);	}
	.width2piece	{	width:calc(100% / 2);	}
	.width3piece	{	width:calc(100% / 3);	}
	.width4piece	{	width:calc(100% / 4);	}
	.width5piece	{	width:calc(100% / 5);	}
	.width6piece	{	width:calc(100% / 6);	}
	/*等分（スペースあり）*/
	.width1piece_panel	{	width:calc(100% / 1 - 20px);	}
	.width2piece_panel	{	width:calc(100% / 2 - 20px);	}
	.width3piece_panel	{	width:calc(100% / 3 - 20px);	}
	.width4piece_panel	{	width:calc(100% / 4 - 20px);	}
	.width5piece_panel	{	width:calc(100% / 5 - 20px);	}
	.width6piece_panel	{	width:calc(100% / 6 - 20px);	}

	/*flexの折り返し時のマージンについて*/
	.width3piece_panel:nth-of-type(3n-1):nth-last-of-type(1){
	  margin-right:auto;
	  margin-left:28px;
	}

	.width4piece_panel:nth-of-type(4n-1):nth-last-of-type(1),
	.width4piece_panel:nth-of-type(4n-2):nth-last-of-type(1){
	  margin-right:auto;
	  margin-left:28px;
	}
	.width4piece_panel:nth-of-type(4n-2):nth-last-of-type(2){
	  margin-right:0;
	  margin-left:28px;
	}
@media only screen and (max-width:750px){
		.flex-lift	{	display: block;	}

		.width10p_panel	{	width:calc(10% - 10px);	}
		.width20p_panel	{	width:calc(20% - 10px);	}
		.width25p_panel	{	width:calc(25% - 10px);	}
		.width30p_panel	{	width:calc(30% - 10px);	}
		.width40p_panel	{	width:calc(40% - 10px);	}
		.width50p_panel	{	width:calc(50% - 10px);	}
		.width60p_panel	{	width:calc(60% - 10px);	}
		.width70p_panel	{	width:calc(70% - 10px);	}
		.width75p_panel	{	width:calc(75% - 10px);	}
		.width80p_panel	{	width:calc(80% - 10px);	}
		.width90p_panel	{	width:calc(90% - 10px);	}
		.width100p_panel	{	width:100%;	}

		.width1piece_panel	{	width:calc(100% / 1 - 10px);	}
		.width2piece_panel	{	width:calc(100% / 2 - 10px);	}
		.width3piece_panel	{	width:calc(100% / 3 - 10px);	}
		.width4piece_panel	{	width:calc(100% / 4 - 10px);	}
		.width5piece_panel	{	width:calc(100% / 5 - 10px);	}
		.width6piece_panel	{	width:calc(100% / 6 - 10px);	}

		.m_width10p	{	width:10%;	}
		.m_width20p	{	width:20%;	}
		.m_width25p	{	width:25%;	}
		.m_width30p	{	width:30%;	}
		.m_width40p	{	width:40%;	}
		.m_width50p	{	width:50%;	}
		.m_width60p	{	width:60%;	}
		.m_width70p	{	width:70%;	}
		.m_width75p	{	width:75%;	}
		.m_width80p	{	width:80%;	}
		.m_width90p	{	width:90%;	}
		.m_width100p	{	width:100%;	}

		.m_width10p_panel	{	width:calc(10% - 10px);	}
		.m_width20p_panel	{	width:calc(20% - 10px);	}
		.m_width25p_panel	{	width:calc(25% - 10px);	}
		.m_width30p_panel	{	width:calc(30% - 10px);	}
		.m_width40p_panel	{	width:calc(40% - 10px);	}
		.m_width50p_panel	{	width:calc(50% - 10px);	}
		.m_width60p_panel	{	width:calc(60% - 10px);	}
		.m_width70p_panel	{	width:calc(70% - 10px);	}
		.m_width75p_panel	{	width:calc(75% - 10px);	}
		.m_width80p_panel	{	width:calc(80% - 10px);	}
		.m_width90p_panel	{	width:calc(90% - 10px);	}
		.m_width100p_panel	{	width:100%;	}

		.m_width1piece	{	width:calc(100% / 1);	}
		.m_width2piece	{	width:calc(100% / 2);	}
		.m_width3piece	{	width:calc(100% / 3);	}
		.m_width4piece	{	width:calc(100% / 4);	}
		.m_width5piece	{	width:calc(100% / 5);	}
		.m_width6piece	{	width:calc(100% / 6);	}

		.m_width1piece_panel	{	width:calc(100% / 1 - 10px);	}
		.m_width2piece_panel	{	width:calc(100% / 2 - 10px);	}
		.m_width3piece_panel	{	width:calc(100% / 3 - 10px);	}
		.m_width4piece_panel	{	width:calc(100% / 4 - 10px);	}
		.m_width5piece_panel	{	width:calc(100% / 5 - 10px);	}
		.m_width6piece_panel	{	width:calc(100% / 6 - 10px);	}

		/*flexの折り返し時のマージンについて*/
		.width3piece_panel:nth-of-type(3n-1):nth-last-of-type(1){
		  margin-right:auto;
		  margin-left:0;
		}

		.width4piece_panel:nth-of-type(4n-1):nth-last-of-type(1),
		.width4piece_panel:nth-of-type(4n-2):nth-last-of-type(1){
		  margin-right:auto;
		  margin-left:0;
		}
		.width4piece_panel:nth-of-type(4n-2):nth-last-of-type(2){
		  margin-right:0;
		  margin-left:0;
		}
}


	/*コンテンツユニット*/

	#content {
		line-height:1.5em;
	}
	#content .contentLead{
		margin:0 0 70px 0;
		line-height:1.5em;
	}
	.contentUnit,
	.contentUnit_m_clear{
		margin-bottom:2.5em ;
	}
	.contentUnit2{
		margin-bottom:4em ;
	}

	.contentUnit.noMarginBottom,
	.column_set.noMarginBottom{
		margin-bottom:0 ;
	}
	.unit_line_gray{
		border: solid 1px #bbb;
		border-radius: 10px;
		padding: 50px;
	}
	.block_center{
		margin-left: auto;
		margin-right: auto;
	}
@media only screen and (max-width:750px){
	.contentUnit_m_clear{
		margin-bottom:0 ;
	}
	.contentUnit_m{
		margin-bottom:2.5em ;
	}
	.unit_line_gray{
		padding: 30px;
	}
}
	p{

	}
	#content div img{
		width:100%;
	}
	#content #mainContent img.size80 {
		width:80%;
	}
	#content #mainContent img.size70 {
		width:70%;
	}
	#content #mainContent img.size60 {
		width:60%;
	}
	#content #mainContent img.size50 {
		width:50%;
	}
@media only screen and (max-width:750px){
	#content #mainContent img.m_size80 {
		width:80%;
	}
	#content #mainContent img.m_size70 {
		width:70%;
	}
	#content #mainContent img.m_size60 {
		width:60%;
	}
	#content #mainContent img.m_size50 {
		width:50%;
	}
}
	.contentUnit.single img{
		width:auto;
		height:auto;
		max-width:100%;
	}
	#content section{
		margin-bottom:70px;
	}
	#content section .inner{
		margin:0 auto 0 auto;
		padding: 0 20px 0px 20px;
		max-width: 1200px;
	}

	#content section.line_gray	{
		padding: 40px 20px;
		border: solid 2px #999;
	}

	#content section > section{
		margin-bottom:70px;

	}
	#content{
		font-size: 1.5rem;
		line-height: 1.5em;
	}
	#content section p{
		margin-bottom:1em;

	}
	#content #mainContent p {
		margin-bottom:1em;
	}

	#content a:hover img{
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-o-opacity: 0.8;
		filter:alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		opacity:0.8;
	}

	section.border{

	}
	section.border .inner{
		border:#3F6398 2px solid;
		box-sizing:border-box;
		padding:20px 20px 0px 20px;
	}

	section.color_theme,
	.color_theme{
		background-color:#b9e9d8;
		padding:40px 30px 10px 30px;
	}


	.indent{
		text-indent: 1em;
	}
	img.border_all{
		border:#999 1px solid;
	}

	/*文字揃え*/
	.text_align_right		{	text-align:right !important;	}
	.text_align_left		{	text-align:left !important;	}
	.text_align_center	{	text-align:center !important;	}

	.text_valign_top		{	vertical-align:top !important;	}
	.text_valign_bottom	{	vertical-align:bottom !important;	}
	.text_valign_middle	{	vertical-align:middle !important;	}

	/*リンク色*/
	#mainContent a{
		color:#11845B;
		text-decoration:underline;

		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all  0.2s ease-in;

	}
	#content a:hover{

		-webkit-opacity: 0.6;
		-moz-opacity: 0.6;
		-o-opacity: 0.6;
		filter:alpha(opacity=60);
		-ms-filter: "alpha(opacity=60)";
		opacity:0.6;
	}

	/*文字*/
	#content .big{
		font-size:120%;
	}
	#content .small,
	.small{
		font-size:80%;
	}
	#content .small_s{
		font-size:70%;
	}
	#content .weight_bold{
		font-weight:bold;
	}
	#content .emphasis{
		font-weight:bold;
		color:#5944b0;
	}
	#content strong{
		font-size:100%;
		color:#11845B;
		/*margin:0 0.5em;*/
	}
	.text_red		{	color:#F00;	}
	.text_white		{	color:#FFF;	}
	.text_blue		{	color:#00F;	}
	.text_yellow	{	color:#FF0;	}
	.text_keyColor	{	color:#3F6398;	}
	.attention		{	color:#FF63A6 !important;	}

	.read {
		font-size:1.2rem;
		line-height: 1.5em;
		margin-bottom: 2em;
	}
	/*リスト*/
	ul.mark_disc{
		list-style:disc;
	}
	ul.mark_number{
		list-style:decimal;
	}
	ul.mark_asterisk li,
	ul.mark_star li{
		list-style-type: none;
	  text-indent: -1em;
		margin-left: 1em;
	}
	ul.mark_asterisk li:before	{	content: "※";	}
	ul.mark_star li:before 			{	content: "☆";	}

	ul.mark_disc li,
	ul.mark_number li{
		margin-left: 1.5em;
	}
	#mainContent ul,
	#mainContent ol{
		margin-bottom:1em;
	}

	#mainContent ul li,
	#mainContent ol li{
		margin-bottom:1em;
	}

	#mainContent ol li{
		list-style:decimal;
		margin-left:1.5em;
	}
	#mainContent ol li::marker{
		font-weight:bold;
	}
	#mainContent ol li.none{
		list-style:none;
		margin-left:0;
	}
	#mainContent ol li > ol{
		margin-top:1em;
		margin-left:2em;
	}

	dl{

	}
	dl dt{
		margin-bottom:0em;
	}
	dl dd{
		margin-bottom:1.5em;
	}

	/*新着情報リスト*/
	#mainContent ul.list_news{
		display:flex;
		flex-wrap: wrap;
		margin-bottom:2em;
		width:100%;
	}
	#mainContent ul.list_news li{
		margin-right:20px;
		margin-bottom:3em;
	}
@media only screen and (max-width:1000px){
	#mainContent ul.list_news li{
		margin-right:10px;
	}
}
	#home #mainContent ul.list_news{
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	#home #mainContent ul.list_news li{
		min-width: 30% !important;
		margin-left:20px;
	}
	.news_unit{
		width:100%;
	}
	.news_unit .image{
		width:100%;
	}
	.news_unit .image img{
		width:100%;
		width:auto;
		height: 20vw;
	}
	.news_unit .date{
		text-align:right;
		font-size:12px;
	}
	.news_unit .text{
		font-size:16px;
		line-height:1.5em;
		height:4.5em;
		overflow:hidden;
		margin-bottom:1.2em;
	}
	#mainContent .news_unit .btn a{
		width:100%;
		display:inline-block;
		text-align:center;
		background-color:#3F6398;
		padding:0.8em 2.5em 0.8em 1em;
		line-height:1.2em;
		font-size:12px;
		color:#fff;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
		border-radius: 20px;
	}
	#mainContent .news_unit .btn a::after {
		position: absolute;
		top: 50%;
		right: 15px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #fff;

		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#mainContent .news_unit .btn a:hover::after {
		right: 10px;

		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	.object-fit{
		object-fit: cover;
		font-family: 'object-fit: contain;'
	}

	#mainContent dl.list_news{
		width:100%;
		height:auto;
		margin-bottom:1em;
	}
	#mainContent dl.list_news.wp{
		height:auto;
		border:none;
	}
	#mainContent dl.list_news dt {
		width: 100px;
		float: left;
		clear: both;
		font-size:14px;
	}
	#mainContent dl.list_news dd {
		margin-bottom: 10px;
		padding:0px 0 5px 100px;
		border-bottom: 1px solid #DDD;
		font-size:20px;
	}
	#mainContent dl.list_news dd a{
		color:#333;
		text-decoration:none;
	}
	#mainContent dl.list_news dd a:hover{
		text-decoration:none;
	}

	/*あんしんパスポートリスト*/
	ul.list_insurance{
		width:100%;
		display:flex;
	}
	ul.list_insurance li{
		width:18%;
	}
	ul.list_insurance li:first-child{
		width:28%;
	}
	ul.list_insurance li a{
		display:block;
		border:solid 1px #bbb;
		border-left:none;
		height:400px;
		text-align:center;
		text-decoration:none !important;
		/*中央に*/
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction:row;
	}

	ul.list_insurance li:first-child a{
		border-left:solid 1px #bbb;
		border-radius:10px 0px 0px 10px;
	}
	ul.list_insurance li:last-child a{
		border-radius:0px 10px 10px 0px;
	}
	ul.list_insurance li a{
		text-decoration:none;
	}
	ul.list_insurance li a .image{

	}
	ul.list_insurance li a img{
		width:65% !important;
		max-width:230px;
	}
	ul.list_insurance li:first-child a img{
		width:70% !important;
		max-width:300px !important;
	}
	ul.list_insurance li a .text{
		margin-top:30px;
		font-size:21px;
		line-height: 1.5em;
		text-decoration:none;
		color:#666;
	}
@media only screen and (max-width:1000px){
	.insurance_image{
		text-align:center;
	}
	.insurance_image img{
		width:75% !important;
		max-width:500px;
	}
	ul.list_insurance{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.list_insurance li:first-child{
		display:none;
	}
	ul.list_insurance li{
		width:49%;
	}
	ul.list_insurance li a {
		padding:30px 10px;
		height:auto;
		border:solid 1px #bbb;
		border-radius:10px;
	}
	ul.list_insurance li:last-child a {
		border-radius:10px;
	}
	ul.list_insurance li a .text {
		font-size: 16px;
		line-height: 1.2em;
	}

}
	/*年間スケジュールリスト*/
	#mainContent dl.list_schedule{
		width:100%;
		height:auto;
	}
	#mainContent dl.list_schedule.wp{
		height:auto;
		border:none;
	}
	#mainContent dl.list_schedule dt {
		width: 130px;
		float: left;
		clear: both;
		font-size:14px;
	}
	#mainContent dl.list_schedule dd {
		margin-bottom: 10px;
		padding:0px 0 5px 130px;
		border-bottom: 1px solid #DDD;
		font-size:18px;
	}
	#mainContent dl.list_schedule dd a{
		color:#333;
		text-decoration:none;
	}
	#mainContent dl.list_schedule dd a:hover{
		text-decoration:none;
	}


	/*ページ内メニュー*/
	#mainContent ul.pageMenu{
		display:block;
		background-color:#fffad9;
		padding:20px 30px 10px 30px;
		margin-bottom:20px;
	}
	#mainContent ul.pageMenu li{
		float:left;
		width:23%;
		margin-right:10px;
	}
	#mainContent ul.pageMenu li a{
		width:100%;
		color:#000;
		display: inline-block;
		position: relative;
		/*text-indent: 0.5em;*/
		font-size:16px;
		text-decoration:none;
		padding-left:10px;
	}

	#mainContent ul.pageMenu li a::before {
		content: "";
		display: inline-block;
		border: 5px solid transparent;
		border-left-color: #000;
		position: absolute;
		top: 15px;
		margin-top: -8px;
		left:0px;
	}

	/*パンくずリスト*/
	#content .breadcrumbs {
		margin: 0;
		margin-bottom:0.5em;
	}
	#content .breadcrumbs .inner{
		margin:0 auto 0 auto;
		padding: 0 20px 0px 20px;
		max-width: 1200px;
	}
	#content .breadcrumbs ul {
		display:flex;
		justify-content: flex-end;
		margin: 0;
	}

	#content .breadcrumbs ul li {
		margin: 0 10px 0 0 !important;
		font-size: 13px;
		float: left;
		color:#666;
	}
	#content .breadcrumbs ul li a{
		color:#666 !important;
		text-decoration:none !important;
		line-height:0;
	}
	#content .breadcrumbs ul li a:hover{
		text-decoration:underline !important;
	}

	#content .breadcrumbs ul li:first-child::before {
		content: "";
		padding: 0;
	}

	#content .breadcrumbs ul li::before {
		padding: 0 10px 0 0;
		content: ">";
		font-size: 14px;
	}

	/*ボタン*/
	/*ボタン矢印右_小*/
	#content a.btn_arrowR_S{
		width:auto;
		display:inline-block;
		text-align:left;
		background-color:#000;
		padding:0.8em 3.5em 1em 2em;
		line-height:1.2em;
		font-size:12px;
		color:#fff;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowR_S::after {
		position: absolute;
		top: 50%;
		right: 15px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #fff;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_S:hover::after {
		right: 10px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	/*ボタン矢印右_中*/
	#content a.btn_arrowR_M{
		width:auto;
		display:inline-block;
		text-align:left;
		background-color:#000;
		padding:0.6em 2.5em 0.7em 1.5em;
		line-height:1.2em;
		font-size:18px;
		color:#fff;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowR_M::after {
		position: absolute;
		top: 50%;
		right: 15px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #fff;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_M:hover::after {
		right: 10px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	/*ボタン矢印左_中*/
	#content a.btn_arrowL_M{
		width:auto;
		display:inline-block;
		text-align:right;
		background-color:#000;
		padding:0.6em 1.5em 0.7em 2.5em;
		line-height:1.2em;
		font-size:18px;
		color:#fff;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowL_M::after {
		position: absolute;
		top: 50%;
		left: 15px;
		content: '';
		margin-top: -5px;
		border: 7px solid transparent;
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-color: #fff;
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowL_M:hover::after {
		left: 10px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	/*ボタン矢印右_大*/
	#content a.btn_arrowR_L{
		width:auto;
		display:inline-block;
		text-align:left;
		background-color:#000;
		padding:0.6em 2.7em 0.7em 1.5em;
		line-height:1.2em;
		font-size:20px;
		color:#fff;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#content a.btn_arrowR_L::after {
		position: absolute;
		top: 50%;
		right: 15px;
		content: '';
		margin-top: -8px;
		border: 12px solid transparent;
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-color: #fff;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_L:hover::after {
		right: 10px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#content a.btn_arrowR_S:hover,
	#content a.btn_arrowR_M:hover,
	#content a.btn_arrowR_L:hover,
	#content a.btn_arrowL_L:hover
	{
		opacity: 0.5;
		text-decoration:none;
		color:#fff;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}

	.btnWidth125		{	width:125px !important;	}
	.btnWidth155		{	width:155px !important;	}
	.btnWidth250		{	width:250px !important;	}
	.btnWidth50P		{	width:50% !important;		}
	.btnWidth100P		{	width:100% !important;		}

	.marginBottom		{	margin-bottom:10px !important;		}
	.marginBottom_05	{	margin-bottom:5px !important;		}
	.marginBottom_10	{	margin-bottom:10px !important;		}
	.marginBottom_20	{	margin-bottom:20px !important;		}
	.marginBottom_30	{	margin-bottom:30px !important;		}
	.marginBottom_40	{	margin-bottom:40px !important;		}
	.marginBottom_50	{	margin-bottom:50px !important;		}
	.marginBottom_60	{	margin-bottom:60px !important;		}

	.btnKadomaru{
		border-radius:7px;
	}

	/*パネルボタン*/
	a.panelBtn{
		display: block;
		width:100%;
		text-decoration: none !important;
		margin-bottom: 1em;
		overflow:hidden;
	}
	a.panelBtn:hover{

	}
	a.panelBtn .image{
		width:100%;
	}
	a.panelBtn .image img{
		box-sizing: border-box;
	}
	a.panelBtn .title{
		width:100%;
		font-size:1.2rem;

		color: #fff;
		background-color: #000;
		text-align: center;
		line-height: 1.2em;
		padding: 15px;

	}
	a.panelBtn .title span{
		height: 2.5em;
		display: block;
		overflow: hidden;
	}
	ul.tag{
		display: flex;
		flex-wrap: wrap;
	}
	ul.tag li{
		margin-bottom: 0.3em !important;
	}
	ul.tag li a{
		display: block;
		background-color: #00A89D;
		font-size: 1rem !important;
		line-height: 1em;
		padding: 8px 10px;
		margin-right: 10px;
		color: #fff !important;
		text-decoration: none !important;
	}

	ul.panelBtn_Container li{
		margin-bottom: 10px;
		flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
	}
	/*SNSリンク*/
	a.sns__twitter,
	a.sns__facebook{
		color: #11845B;
		font-size: 30px;
	}

	/* 一覧ページ　ページネーション */
	#mainContent .pagination a {
		padding: 5px 10px;
		display: inline-block;
		border: solid 1px #cccccc;
		color: #666666;
		background-color: #ffffff;
		font-size: 14px;
		text-decoration: none;
	}
	#mainContent .pagination a:hover {
		background-color: #e8e8e8;
	}
	#mainContent .pagination span {
		padding: 5px 10px;
		display: inline-block;
	}
	#mainContent .pagination span.current {
	}
	#mainContent .pagination {
		overflow: hidden;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
		clear: both;
		background-color: transparent;
	}

	#mainContent .pagination h2.screen-reader-text {
	  display: none;
	}

	/*テーブル*/
	#content table {
		text-align:left;
		border-collapse: collapse;
		border-spacing: 0;
		width:100%;
		background-color:#FFF;
		margin-bottom:1.5em;
		border:1px solid #626262;
	}

	#content table th,
	#content table td{
		padding:10px;
		text-wrap:unrestricted;
		word-wrap:break-word;
	}
	#content table th{
		background-color:#e4e4e4;
		color:#333;
		text-align:center;
		line-height:1.2em;
		border-top:1px solid #626262;
		border-bottom:1px solid #626262;
		font-weight:normal;
	}
	#content table td{
		border-top:1px solid #626262;
		border-bottom:1px solid #626262;
	}
	#content table th.head{
		background-color:#11845B;
		color: #fff;
	}
	#content table td.head{
		background-color:#b9e9d8;
	}
	#content table th.head2{
		background-color:#ede4c4;
	}
	#content table td.head2{
		background-color:#fff6d3;
	}

	#content table tr.even td{
		background-color:#d5e0ff;
	}
	#content table td.heading{
		background-color:#83a0f2;
		color:#FFF;
	}
	#content table tr.even td.heading{
		background-color:#6186ee;
		vertical-align:middle;
	}
	/*テーブルに線を引く場合*/
	#content #mainContent table.table_border,
	#content #mainContent table.table_border td {
		border:#333 solid 1px;
	}
	#content #mainContent table.table_border th{
		border:#999 solid 1px;
	}
	.tableWidth10p{	width:10%;	}
	.tableWidth20p{	width:20%;	}
	.tableWidth30p{	width:30%;	}
	.tableWidth40p{	width:40%;	}
	.tableWidth50p{	width:50%;	}
	.tableWidth60p{	width:60%;	}
	.tableWidth70p{	width:70%;	}
	.tableWidth80p{	width:80%;	}
	.tableWidth90p{	width:90%;	}


	/*その他要素*/
	#mainContent dl.movieMenu{

	}
	#mainContent dl.movieMenu dd{
		font-size:16px;
		line-height:1.2em !important;
		text-align:center;
	}
	#mainContent dl.movieMenu dt{
		text-align:center;
	}
	#mainContent dl.movieMenu dt a{
		position:relative;

	}
	#mainContent dl.movieMenu dt a:after{
		display: block;
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		width: 0px;
		height: 0px;
		border: 20px solid transparent;
		border-left: 30px solid #fff;
		margin-left: 0px;
		opacity:0.7;
	}
	#mainContent dl.movieMenu dt a img{
		width:100%;

	}


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

}

	/*subContent要素 ---------------------*/
	/*サイドメニュー*/

	#content #subContent h2{
		font-size:20px;
		margin-bottom:15px;
		padding-bottom:0.5em;
	}
	#content #subContent section{
		margin-bottom:30px;
	}
	/*
	#content #subContent h2{
		font-size:20px;
		margin-bottom:10px;
		padding-bottom:5px;
		border-bottom:#b2e0c7 dotted 4px;
	}
	#content #subContent section.mainMenu h2{
		margin-bottom:0;
	}
	*/
	#subContent ul.mainMenu{
		margin-top:-15px;
	}
	#subContent ul.mainMenu li{
		width:100%;
		margin:0;
		border-bottom:#ccc solid 1px;
	}
	#subContent ul.mainMenu li:last-child{
		border-bottom:#ccc solid 1px;
	}
	#subContent ul.mainMenu li.title{
		padding:15px 10px 10px 10px;
		background-color:#ffe282;
		font-size:14px;
		line-height:1em;
	}
	#subContent ul.mainMenu li a{
		display:block;
		position: relative;
		font-size:16px;
		width:100%;
		text-decoration:none;
		box-sizing:border-box;
		padding:10px 25px;
		color:#666;
		background-color:#eeeeee;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	#subContent ul.mainMenu li a:hover,
	#subContent ul.mainMenu li.focus{

		opacity:0.5;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	#subContent ul.mainMenu li a::before {
		content: "";
		display: inline-block;
		border: 5px solid transparent;
		border-left-color: #000;
		position: absolute;
		top: 18px;
		margin-top: 0px;
		left: 10px;
	}

	#subContent ul.subMenu li{
		width:100%;
		margin:0;
	}
	#subContent ul.subMenu li a{
		display:block;
		font-size:14px;
		width:100%;
		text-decoration:none;
		box-sizing:border-box;
		padding:5px;
		text-decoration:none;
		font-weight:bold;
		color:#333;
	}
	/*検索*/
	#search {
		padding-bottom: 0px;
		position: relative;
		width: 100%;
	}
	#searchform {
		border: #ccc 1px solid;
	}
	#s {
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
		height: 34px;
		color: #333;
		font-size: 14px;
		border-radius: 0;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		z-index: 10;
		padding: 10px 65px 10px 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#searchsubmit {
		border-radius: 0;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 34px;
		z-index: 20;
	}
	input:not([type=checkbox]):not([type=radio]):not([type=submit]), textarea, select {
		box-sizing: border-box;
		width: 100%;
		padding: 5px;
	}

	/*日付リスト　お知らせ/イベント　*/
	#subContent dl.infoMenu{

	}
	#subContent dl.infoMenu dt{
		font-size:12px;
		margin-bottom:0px;

	}
	#subContent dl.infoMenu dd{
		font-size:16px;
		line-height:1.2em !important;
	}
	#subContent dl.infoMenu dd a{
		color:#333;
	}
	/*圓卓*/
	#subContent dl.entakuMenu{

	}
	#subContent dl.entakuMenu dd{
		font-size:16px;
		line-height:1.2em !important;
		text-align:center;
	}
	#subContent dl.entakuMenu dt{
		text-align:center;
	}
	#subContent dl.entakuMenu dt a{

	}
	#subContent dl.entakuMenu dt a img{
		width:60%;

	}
	/*ムービー*/
	#subContent dl.movieMenu{

	}
	#subContent dl.movieMenu dd{
		font-size:16px;
		line-height:1.2em !important;
		text-align:center;
	}
	#subContent dl.movieMenu dt{
		text-align:center;
	}
	#subContent dl.movieMenu dt a{
		position:relative;

	}
	#subContent dl.movieMenu dt a:after{
		display: block;
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		width: 0px;
		height: 0px;
		border: 20px solid transparent;
		border-left: 30px solid #fff;
		margin-left: 0px;
		opacity:0.7;
	}
	#subContent dl.movieMenu dt a img{
		width:100%;

	}


	/*ボタンメニュー*/
	#subContent ul.btnMenu{

	}
	#subContent ul.btnMenu li{

	}
	#subContent ul.btnMenu li a{

	}
	#subContent ul.btnMenu li a{
		width:100%;
		display:inline-block;
		text-align:left;
		background-color:#1725b6;
		padding:0.7em 2.5em 0.5em 1em;
		font-size:20px;
		color:#FFF;
		text-decoration:none;
		position: relative;
		margin-bottom:0.5em;
	}
	#subContent ul.btnMenu li a::after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: '';
		margin-top: -7px;
		border: 12px solid transparent;
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-color: #fff;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#subContent ul.btnMenu li a:hover::after {
		right: 2px;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}
	#subContent ul.btnMenu li a:hover
	{
		opacity: 0.5;
		text-decoration:none;
		color:#FFF;
		/*transition*/
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}


	/*バナー*/
	#subContent ul.banner li{
		margin:0 0 1em 0;
	}
	#subContent ul.banner li img{
		width:100%;
	}




	/*フォーム*/
	input.textBox_single,
	textarea.textBox_box{
		width:100%;
	}
	input.textBox_single_small{
		width:40%;
	}
	textarea.textBox_box{
		padding:0;
	}
	/*フォーム 警告*/
	.f_error{
		color:#F00;
		font-weight:bold;
		font-size:80%;
	}

	/*ライン*/
	hr{
		border:#DDD 1px solid;
		margin-bottom:1em;
	}

	/*マップ */
	#mainContent iframe.map {
		width:100%;
		height:400px;
	}


	/*content要素 END ---------------------*/

	/*content END -------------------------------------------------------------*/


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

	}
	#footer #footer_inner{
		width:90%;
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		padding:30px 0;

	}
	/*footer series直列的 --------*/
	#footer .footerMenu{

	}
	#footer .footerMenu_wrap{
		width:100%;
	}
	#footer .footerMenu_wrap ul{
		margin-bottom:1.5em;
		display: flex;
		justify-content: space-around;
		margin-bottom:20px;
	}
	#footer .footerMenu_wrap ul li{

	}
	#footer .footerMenu_wrap ul li a{
		color: #fff;
	}

	#footer .copylight{
		font-size:14px;
		text-align:center;
		color: #fff;
	}

	/*li要素の中央ぞろえ --------*/
	.list_center {
	  position: relative;
	  overflow: hidden;
	}

	.list_center ul {
	  position: relative;
	  left: 50%;
	  float: left;
	}

	.list_center ul li {
	  position: relative;
	  left: -50%;
	  float: left;
	}
@media only screen and (max-width:1000px){

	#footer .footerMenu{
		display:block;
	}
	#footer .footerMenu_wrap{
		display:none;
	}
}

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


	/*その他 -------------------------------------------------------------*/
	.clearfix:after { /*floatの解除、ここがポイント*/
		display:block;
		clear:both;
		height:0px;
		visibility:hidden;
		content:".";
	}
	.clearfix {
		min-height: 1px; /*IE6、7対策*/
	}
	* html .clearfix {
		height: 1px;
		/*¥*//*/ /*MAC IE5.x対策*/
		height: auto;
		overflow: hidden;
		/**/
	}
	/*その他 END -------------------------------------------------------------*/


/*共通 END-----------------------------------------------------------------------------------*/


/*スマートフォン-----------------------------------------------------------------------------------*/
/*@media only screen and (max-width:768px){*/
@media only screen and (max-width:1000px){
	body{
		background:none;
	}

	/*container -------------------------------------------------------------*/
	#container{
		width:100%;
		min-width: 200px;
	}
	/*container END -------------------------------------------------------------*/

	/*header -------------------------------------------------------------*/
	#header{
		height: auto;

	}
	#header #head_inner{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	#header_top{
		display:none;
	}
	#header_left{
		display:none;
	}
	#header_right{
		display:none;
	}
	#header_left .logo a{
		display:none;

		background-image:url(../../img/top_logo.png);
		background-repeat:no-repeat;
		background-size:100%;

		position:absolute;
		width:200px;
		height:55px;
		top: 55px;
		left:50%;
		margin-left: -100px;
	}

	#header_left h1{
		display:none;
	}

	/*gMenu MeanMenuを利用*/
	/*menu_mobile モバイル版 */
	#menuGlobal{
		margin-top:0px;
	}

	.global-btn-icon,
	.local-btn-icon{
		display: inline-block;
		position: absolute;
		right: 15px;
		width: 20px;
		height: 2px;
		/*margin: -1px 0 0 -7px;*/
		margin: 5px 0 0 0;
		background: #000;
		transition: .2s;
	}
	.global-btn-icon:before,
	.global-btn-icon:after,
	.local-btn-icon:before,
	.local-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 2px;
		background: #000;
		transition: .3s;
	}
	.global-btn-icon:before,
	.local-btn-icon:before{
		margin-top: -6px;
	}
	.global-btn-icon:after,
	.local-btn-icon:after{
		margin-top: 4px;
	}
	.panel-btn .close{
		background: transparent;
	}
	.panel-btn .close:before,
	.panel-btn .close:after{
		margin-top: 0;
	}
	.panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	/*header END -------------------------------------------------------------*/

	/*mainImage -------------------------------------------------------------*/



	/*mainImage END -------------------------------------------------------------*/


	/*content -------------------------------------------------------------*/
	#content{
		width:100%;
		padding:0px 8px 100px 8px;
		margin-top:20px;
	}

	#content #mainContent{
		float:none;
		width:100%;
	}

	#content #subContent{
		/*display:none;*/
		width:100%;
	}


	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8,
	.column_break3{
		width:100%;
	}

	.floatCenter {
		margin: 0 auto;
	}
	.floatLeft {
		float:none;
	}
	.floatRight {
		float: none;
	}

	#content h1				{	font-size:max(8vw,2.5rem);	}
	#content h2				{	font-size:max(6vw,2.3rem);	}
	#content h3				{	font-size:max(5vw,2.0rem);	}
	#content h4				{	font-size:max(4vw,1.8rem);	}
	#content h5				{	font-size:max(3vw,1.5rem);	}

	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5{
		/*text-align:center;*/
	}

	#content h1:after,
	#content h2:after,
	#content h3:after,
	#content h4:after,
	#content h5:after {
		width: 100%;
	}

	#content #mainContent h1{
		background-position: center center !important;
		background-size:auto 100% !important;
		background-repeat:no-repeat !important;
		/*background-size:auto auto;
		background-size:cover !important;*/
	}
	#content #mainContent h1 span.title{
		text-align:center;
		height:70px;
		padding-top:30px;
		font-size:26px;
	}
	#content #mainContent img {
		width:100%;
	}
	#content #mainContent .single img {
		width:auto;
		height:auto;
		max-width:100%;
	}
	#content #mainContent img.size80 {	width:100%;	}
	#content #mainContent img.size70 {	width:100%;	}
	#content #mainContent img.size60 {	width:100%;	}
	#content #mainContent img.size50 {	width:100%;	}

	#content #mainContent img.sizeM80 {	width:80%;	}
	#content #mainContent img.sizeM70 {	width:70%;	}
	#content #mainContent img.sizeM60 {	width:60%;	}
	#content #mainContent img.sizeM50 {	width:50%;	}

	.text-align

	#content #mainContent .column2.floatLeft.process{
		margin-bottom:2em;
	}
	#content #mainContent .column2.process{
		width:100%;
		float:none;

	}

	.text_m_align_right		{	text-align:right !important;	}
	.text_m_align_left		{	text-align:left !important;	}
	.text_m_align_center	{	text-align:center !important;	}

	/* 矢印あり */
	#content #mainContent .column2.process.arrow{
		margin-right:0;
		position: relative;
		margin-bottom:70px !important;
	}

	#content #mainContent .column2.process.arrow::after{
		position: absolute;
		top:100%;
		right: 50%;
		content: '';
		margin-top: 10px;
		margin-right: -30px;
		border: 30px solid transparent;
		border-top-width: 30px;
		border-bottom-width: 30px;
		border-top-color: #e60021;
		/*transition*/
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
	}



	#content .arrow.stage_last{
		display:none;
	}

	.content_pc{
		display:none;
	}

	#content ul.pageMenu{
		display:block;
		border-radius: 10px;
		padding:10px 0px 0px 20px;
		margin-bottom:20px;
	}
	#content ul.pageMenu li{
		width:auto;
		margin-right:15px;
	}
	#content ul.pageMenu li a{
		width:100%;
		font-size:14px;
	}

	.mov_width_80{
		width:80%;
	}

	/*content END -------------------------------------------------------------*/

	/*footer -------------------------------------------------------------*/
	#footer #footer_inner{
		width:100%;
		min-width: 100%;
		padding:20px 20px 20px 20px;
	}
	#footer .footerMenu_wrap{
		width:100%;
		margin-bottom:0px;
	}
	#footer .footerMenu_wrap ul.footMenu{
		margin-bottom:0;
	}
	#footer .footerMenu_wrap ul.footMenu li{

	}
	#footer ul.footMenu > li:last-child {
		border-bottom: solid 1px #0060ba;
	}
	#footer .footerMenu_wrap ul.footMenu li a{
		display:block;
		width:100%;
		padding:0.6em 0.8em 0.3em 1.5em;
	}
	#footer .footerMenu_wrap:first-child {
		width:50%;
		max-width:250px;
		margin-left:auto;
		margin-right:auto;

	}
	#footer .footerMenu_wrap:first-child .logo {

	}
	#footer .footerMenu_wrap:first-child .icon_parade {

	}
	#footer .icon_parade ul li {

	}
	#footer .icon_parade ul li a {

	}

	/*footer END -------------------------------------------------------------*/
}
/*スマートフォン END-----------------------------------------------------------------------------------*/

/*pc-----------------------------------------------------------------------------------*/
@media only screen and (min-width:1000px){
	body{

	}

	/*PCとモバイルの表示非表示  */
	#menu_pc		{	display:block;		}
	#menu_mobile	{	display:none;		}

	/*container -------------------------------------------------------------*/
	#container{
		width:100%;
	}
	/*container END -------------------------------------------------------------*/

	/*header  -------------------------------------------------------------*/
	#header #head_inner{

	}

	#header_left{
	width: 290px;
	}
	#header_left h1{
		display:none;
	}
	/*header END -------------------------------------------------------------*/


	/*content -------------------------------------------------------------*/
	#content #mainContent{
		min-height:500px;

	}

	.content_mob{
		display:none;
	}

	/*content END -------------------------------------------------------------*/


	/*footer -------------------------------------------------------------*/
	/*#footer #footer_inner{
		max-width:1140px;
		height:auto;
		padding:40px 0px 20px 0px;
	}*/
	/*footer END -------------------------------------------------------------*/



}
/*pc END-----------------------------------------------------------------------------------*/
