﻿@charset "utf-8";

html {}

body {

	/*	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",Verdana,Geneva,Arial,"ＭＳ ゴシック",sans-serif; */
	font: normal 14px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Geneva, Arial, "ＭＳ ゴシック", sans-serif;
	line-height: 1.6em;

	/*
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	*/
}

a:link {
	color: #06C;
	text-decoration: none;
}

a:visited {
	color: #06C;
}

a:hover {
	color: #0CF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

strong,
th {
	font-weight: bold;
}

p {
	font-size: 14px;
}




/* ---------------------------HEADER--------------------------- */
header {
	width: 975px;
	padding: 0;
	margin: auto;
	overflow: hidden;
}

header h1 {
	color: #333;
	font-size: 90%;
	position: relative;
	width: 450px;
	top: 30px;
	left: 350px;
	z-index: 2;
	font-weight: bold;
}


/* ---------------------------navi--------------------------- */
nav {
	width: 100%;
	background: url(../common/menu_back.gif) repeat-x;
	height: 72px;
	margin-bottom: 15px;
	padding-top: 3px;
	position: relative;
}

/*
nav ul{
	width:970px;
	margin:15px auto 0 auto;
	
	}
	
	*/

nav li a:hover {
	background: #009cff;
}




/* ---------------------------WRAPPER-------------------------- */

#wrapper {
	width: 975px;
	margin: 20px auto 10px auto;
	overflow: hidden;
}



#slider {
	border: #CCC 5px solid;
	width: 956px;
	height: 320px;
	margin: 20px auto 0 auto;
	/*
	z-index:-1;
*/
}



#submenu {
	width: 220px;
	float: left;
}



#content {
	width: 720px;
	float: right;
}

#content2 {
	width: 720px;
	float: right;
}

/* ---------------------------news-------------------------- */


section#news {
	clear: left;
	margin: 20px auto;
	width: 975px;
	font: 95%/1.4;

}

section#news dl {
	margin-left: 20px;
	color: #333;
	padding: 5px;
	overflow: hidden;
	width: 830px;
	float: left;

}

section#news dt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 130px;
	float: left;
	clear: both;
	/* font-family: "教科書ICA M"; */
}

section#news dd {
	margin-bottom: 5px;
	padding: 0 0 5px 130px;
	border-bottom: 1px dotted #999;
	font-size: 110%;
	/* font-family: "教科書ICA M"; */
}

.bnr-center {
	display: block;
	text-align: center;
	margin: 30px auto;
}

.bnr-center a {
	margin: 20px auto;
	background: #1d7cba;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	/* font-family: "教科書ICA M"; */
}

.bnr-center a:hover {
	background-color: #009cff;
}



/* ---------------------------top_service-------------------------- */

#topwrapper {
	width: 100%;
	margin: auto 0;
	padding: 20px 0 0 0;
	background: url(../common/bg.gif) repeat;
	overflow: hidden;

}


section#service {
	width: 975px;
	clear: both;
	border-radius: 10px;
}

section#service img {
	margin-bottom: 10px;
}

section#service h2 {
	font-weight: bold;
	text-indent: 5px;
	line-height: 2em;
	font-size: 130%;
	background: url(../images/line.gif) no-repeat bottom;
}

section#service h2 a:link {
	color: #0370d5;
}

section#service h2 a:visited {
	color: #0370d5;
}

section#service p {
	font-size: 95%;
	padding: 10px 5px 5px;
}

section#service ul {
	overflow: hidden;
	list-style-type: none;
	width: 210px;
	margin: 5px auto 6px auto;


}

section#service li {
	width: 105px;
	float: left;
	margin: 0;
	text-align: center;
}

section#service li a {
	width: auto;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	text-shadow: 0 -1px 0px #000, 0 2px 0px #000;
	padding: 8px 0;
	text-decoration: none;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #666), color-stop(1.00, #111));
	background: -webkit-linear-gradient(#666, #111);
	background: -moz-linear-gradient(#666, #111);
	background: -o-linear-gradient(#666, #111);
	background: -ms-linear-gradient(#666, #111);
	background: linear-gradient(#666, #111);



}

section#service li a:hover {
	background: #6db3f2;
	text-shadow: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #000), color-stop(1.00, #303030));
	background: -webkit-linear-gradient(#000, #303030);
	background: -moz-linear-gradient(#000, #303030);
	background: -o-linear-gradient(#000, #303030);
	background: -ms-linear-gradient(#000, #303030);
	background: linear-gradient(#000, #303030);

}

section#service li:first-child a {

	border-radius: 5px 0 0 5px;
	box-shadow: -1px 0px 0px rgba(0, 0, 0, 1) inset,
		0px 1px 1px rgba(0, 0, 0, 0.1) inset,
		0px -1px 1px rgba(0, 0, 0, 0.3) inset,
		0px 1px 3px #666;
}

section#service li:last-child a {
	border-radius: 0 5px 5px 0;
	box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5) inset,
		0px 1px 1px rgba(0, 0, 0, 0.1) inset,
		0px -1px 1px rgba(0, 0, 0, 0.3) inset,
		0px 1px 3px #666;
}

section#service .box_l {
	float: left;
	width: 220px;
	margin-right: 7px;
	margin-bottom: 20px;
	padding: 8px;
	background: #FFF;
	/* border */
	border: 1px solid #ccc;

	/* border-radius */
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;

	/* box-shadow */
	box-shadow: 0px 1px 4px 2px rgba(186, 186, 186, 0.49);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(186, 186, 186, 0.49);
	-moz-box-shadow: 0px 1px 4px 2px rgba(186, 186, 186, 0.49);
}


section#service .box_r {
	float: left;
	width: 220px;
	padding: 8px;
	margin-bottom: 20px;
	background: #FFF;
	/* border */
	border: 1px solid #ccc;

	/* border-radius */
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;

	/* box-shadow */
	box-shadow: 0px 1px 4px 2px rgba(186, 186, 186, 0.49);
	-webkit-box-shadow: 0px 1px 4px 2px rgba(186, 186, 186, 0.49);
	-moz-box-shadow: 0px 1px 4px 2px rgba(186, 186, 186, 0.49);
}



/* ---------------------------FOOTER-------------------------- */


footer {
	clear: both;
	width: 100%;
	background: #212121;
	overflow: hidden;
	color: #FFF;
}


div#foot {
	width: 975px;
	margin: 5px auto 0px auto;
	overflow: hidden;
	padding: 10px 0;
}


.add {
	width: 670px;
	float: left;
	background: url(../common/foot_logo.gif) no-repeat left 0;
	padding-left: 35px;
}

.add strong {
	font-weight: bold;
	font-size: 130%;
	line-height: 1.7em;
}

.f_cont {
	width: 100%;
	border-top: #383838 1px solid;
	border-bottom: #383838 1px solid;
	margin-bottom: 15px;

}

section#footmenu {
	width: 940px;
	margin: auto;
}

footer a:link {
	color: #FFF !important;
	text-decoration: none;
}

footer a:visited {
	color: #FFF !important;
	text-decoration: none;
}

footer a:hover {
	color: #FC0 !important;
}

section#footmenu .fbox {
	width: 220px;
	padding-top: 15px;
	float: left;
	border-left: #383838 1px solid;
	font-size: 85%;
}

section#footmenu .fbox h2 {
	background: url(../common/icon.gif) left no-repeat;
	padding-left: 20px;
	font-size: 110%;
	font-weight: bold;
}

.fbox ul {
	margin: 20px;
}

.fbox li {
	background: url(../common/icon2.gif) left no-repeat;
	padding-left: 15px;
	line-height: 2em;

}

section#footmenu .fbox p.link {
	background: url(../common/icon.gif) left no-repeat;
	padding-left: 20px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 33px;
}




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

ol.pankuzu {
	width: 975px;
	margin: 0 auto;
	list-style-type: none;
	/* リストマーク非表示 */
	font-size: 90%;

}



ol.pankuzu li {
	padding-left: 5px;
	/* 左パディング */
	display: inline;
	/* 項目を横並び */
}

/* リスト項目（最初の項目） */
ol.pankuzu li.first {
	padding-left: 25px;
	/* 左パディング */
	background: url(../common/home.png) no-repeat left;
	/* ホーム記号（※） */
}

/* リンクエリア */
ol.pankuzu li a {
	padding-right: 18px;
	/* 右パディング */
	background: url(../common/icon3.gif) no-repeat right;
	/* 矢印記号（※） */
}

/* リンク色 */
ol.pankuzu li a {
	color: #4682b4;
}

/* リンク色（マウスオーバー） */
ol.pankuzu li a:hover {
	color: #79a7cc;
}

/* --submenu-- */


#submenu ul.menu {
	border: #dddddd 1px solid;
	font-size: 110%;
	margin: 0 !important;
	padding: 0 !important;

	background: #f3faff;
}

#submenu ul.menu li {
	display: block;
}

#submenu ul.menu li.over {
	background: url(../common/icon4.gif) no-repeat 5% 50% #C6E9FD;
	color: #FFF;
}

#submenu ul.menu li a {
	display: block;
	border-bottom: #CCC 1px dotted;
	background: url(../common/icon4.gif) no-repeat 5% 50%;
	padding: 15px 5px 15px 25px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}



#submenu li:hover {
	background: url(../common/icon4.gif) no-repeat 5% 50% #bdf4ff;
	color: #FFF;
}


/* --content-- */

#content section {
	margin: 0;
	line-height: 1.8em;
}

#content section p {
	text-align: justify;
	text-justify: inter-ideograph;
}


#content section h1 {
	font-size: 210%;
	font-weight: bold;
	color: #1e7cba;
	border-bottom: #0065ad 2px solid;
	line-height: 1.7em;
	margin-bottom: 10px;
}

h2.renew {
	font-size: 210% !important;
	font-weight: bold;
	color: #1e7cba;
	border-bottom: #0065ad 2px solid;
	line-height: 1.7em;
	margin-bottom: 10px;
}

#content section h2 {
	clear: both;
	margin: 20px 0 !important;
	border-bottom: #bbbbbb 1px solid;
	border-left: #1e7cba 5px solid;
	line-height: 2em;
	color: #1e7cba;
	font-weight: bold;
	font-size: 120%;
	padding-left: 10px;
}

#content ul {
	margin: 20px;
}

#content li {
	list-style: inside circle;
}

#content2 section {
	margin: 0;
	line-height: 1.8em;
}

#content2 section p {
	text-align: justify;
	text-justify: inter-ideograph;
}


#content2 section h1 {
	font-size: 210%;
	font-weight: bold;
	color: #1e7cba;
	border-bottom: #0065ad 2px solid;
	line-height: 1.7em;
	margin-bottom: 10px;
}

#content2 section h2 {
	clear: both;
	margin: 20px 0 !important;
	border-bottom: #bbbbbb 1px solid;
	border-left: #1e7cba 5px solid;
	line-height: 2em;
	color: #1e7cba;
	font-weight: bold;
	font-size: 120%;
	padding-left: 10px;
}


#content2 section h3 {
	clear: both;
	margin: 20px 0 10px 0;
	background: #0065ad;
	padding: 3px 0 3px 15px;
	line-height: 2em;
	color: #FFF;
	font-weight: bold;
	font-size: 110%;
	padding-left: 10px;
}

#content2 section h4 {
	clear: both;
	margin: 20px 0 10px 0;
	padding: 3px 0 3px 15px;
	line-height: 2em;
	color: #0065ad;
	font-weight: bold;
	font-size: 110%;
	padding-left: 10px;
}

#content2 section span {
	font-size: 50%;
	color: #01abcc;
	padding-left: 20px;
}


#content2 p.sub {
	font-size: 150%;
	font-weight: bold;
	color: #1e7cba;
	line-height: 1.7em;
	margin-bottom: 15px;
}





div.sv_box {
	background: #f3faff;
	width: 160px;
	float: left;
	border: #01abcc 2px solid;
	font-size: 100%;
	line-height: 1.7em;
	margin-left: 13px;
	margin-bottom: 13px;
	height: 110px;
}

div.sv_box p.tit {
	font-size: 120%;
	background: #01abcc;
	color: #FFF;
	font-weight: bold;
	padding: 5px 0;
}

div.sv_box p {
	padding: 5px;
	text-align: center;

}

div.sv2_box {
	overflow: hidden;
}

div.sv2_box p {
	background: #01abcc;
	width: 100px;
	float: left;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
}



div#group {
	clear: both;
	margin: 20px auto;
	width: 98;
	border: #CCC 1px solid;
	padding: 20px;
	overflow: hidden;
}

.button {
	display: block;
	color: #FFF;
	margin-right: 10px;
	margin-top: 15px;
}


.button a:link {
	display: block;
	padding: 10px;
	background: #00bcd8;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;

}

.button a:visited {
	color: #FFF;
	background: #00bcd8;

}

.button a:hover {
	display: block;
	padding: 10px;
	background: #0065ad;
	color: #FFF;
	text-align: center;
	box-shadow: none;
}




.w200 {
	width: 130px;
}

.w250 {
	width: 250px;
}



table.data {
	width: 100%;
	border: #CCC 1px solid;
}

table.data th {
	width: 90px;
	border-bottom: #CCC 1px dotted;
	padding: 5px 20px;
	background: #f2f0ee;
}

table.data td {
	border-bottom: #CCC 1px dotted;
	line-height: 1.5em;
	padding: 5px 10px;
}


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


.mintyo {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "小塚明朝 Pro EL", "Kozuka Mincho Pro", Century;
	font-size: 108%;
	line-height: 1.7em;

}


p.icon {
	background: url(../common/icon_3.gif) no-repeat 0% 50%;
	padding-left: 30px;
	margin-left: 20px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.pad10 {
	padding: 10px;
}

.padt10 {
	padding-top: 10px;
}

.padt20 {
	padding-top: 20px;
}

.padt30 {
	padding-top: 30px;
}

.padl15 {
	padding-left: 15px;
}

.padl20 {
	padding-left: 20px;
}

.padl30 {
	padding-left: 30px;
}

.padl40 {
	padding-left: 40px;
}

.padl100 {
	padding-left: 100px;
}

.padr5 {
	padding-right: 5px;
}

.padr10 {
	padding-right: 10px;
}

.padr20 {
	padding-right: 20px;
}

.padr30 {
	padding-right: 20px;
}

.padr40 {
	padding-right: 40px;
}

.padb10 {
	padding-bottom: 10px;
}

.padb20 {
	padding-bottom: 20px;
}

.mrg20 {
	clear: both;
	margin: 20px;
}

.w730 {
	width: 730px;
}

.w125 {
	width: 125px;
}

.bdnone {
	border-right: none !important;
}

.w120 {
	width: 120px;
}

.w150 {
	width: 150px;
}

.w180 {
	width: 180px;
}

.w230 {
	width: 230px;
}

.w270 {
	width: 270px;
}

.w290 {
	width: 290px;
}

.w310 {
	width: 310px;
}


.fl {
	float: left;
}

.fr {
	float: right;
	text-align: left;
}

.red {
	color: #F00;
}

.orange {
	color: #F30;
}

.bdr_s {
	border-right: solid #2f2f2f 1px;
}

.bdr_t {
	border-top: solid #2f2f2f 1px;
}

.bdr_d {
	border-right: dotted #999 1px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}





#dropmenu {
	list-style-type: none;
	width: 975px;
	height: 54px;
	margin: 12px auto 5px auto;
	padding: 0;
	background: #258cd2;
	border-radius: 3px;
	/* CSS3草案 */
	-webkit-border-radius: 3px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	/* Firefox用 */


}

#dropmenu li {
	position: relative;
	height: 54px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right: #6ab3e6 1px solid;
}

#dropmenu li a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 15px 15px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	/* text-shadow: 1px 1px 1px #069; */

}

#dropmenu li.mn {
	display: block;
	height: 24px;
	margin: 0;
	padding: 15px 0px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #069;
	z-index: 100;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	/*	z-index:6; */

}

#dropmenu li:last-child ul {
	left: -100%;
	width: 100%
}

#dropmenu li ul li {
	overflow: hidden;
	border-right: none !important;
	width: 150%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a {
	padding: 10px 15px;
	font-size: 98%;
	background: #f3faff;
	text-align: left;
	font-weight: normal;
	color: #0065ad;
	text-shadow: none !important;
	z-index: 10000;
}

#dropmenu li:hover>a {
	background: #0065ad;
	color: #FFF;
}

#dropmenu>li:hover>a {
	border-radius: 3px 3px 0 0;
}

#dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}

#dropmenu li:hover ul li:first-child {
	border-top: 0;
}

#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}


ul.jisseki {
	padding: 10px 0px 20px !important;
}

ul.jisseki li {
	font-size: 110%;
	background-color: #EAF6F8;
	display: inline-block;
	padding: 15px;
	margin-right: 20px;
	border: 3px solid #fff;
	margin-bottom: 10px;


}

ul.jisseki li:hover {
	border: 3px solid #067CB5;
	color: #00427F !important;

}

.box {
	border-top: 1px solid #bcbcbc;
	overflow: hidden;
	clear: both;
}

.photo {
	float: left;
	width: 420px;
}

.comment {
	float: left;
	text-align: left !important;
	padding: 50px;
	width: 450px;
}

.comment_l {
	float: left;
	text-align: left !important;
	padding: 50px 40px;
	width: 450px;
}


.photo_r {
	float: right;
	width: 420px;
	margin-left: 20px;
}


.photo_s {
	float: left;
	width: 390px;
}

.photo_r_s {
	float: right;
	width: 279px;
	margin-left: 20px;
}

.comment_l_s {
	float: left;
	text-align: left !important;
	padding: 50px 40px 20px 40px;
	width: 620px;
}

.comment_r_s {
	float: left;
	text-align: left !important;
	padding: 50px 40px 20px 40px;
	width: 590px;
	overflow: hidden;
}

.comment p,
.comment_l_s p,
.comment_l p,
.comment_r_s p {

	font-size: 15px;
	line-height: 1.6em;
}

.comment h3,
.comment_l h3,
.comment_l_s h3,
.comment_r_s h3 {
	color: #1471b3;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.4em;
}


h3.orange {
	color: #ff6000;

}

.box li {
	margin: 10px 20px;
	list-style: square;
	list-style-position: outside;
}

.box2 {
	overflow: hidden;
	margin: 0 20px;
}


section h2 {
	clear: both;
	margin: 20px 0 !important;
	border-bottom: #bbbbbb 1px solid;
	border-left: #1e7cba 5px solid;
	line-height: 2em;
	color: #1e7cba;
	font-weight: bold;
	font-size: 120%;
	padding-left: 10px;
}





p.comcom {
	margin: 10px 20px;
}


.fll {
	float: left;
	width: 150px;
	font-weight: bold;

}

.frr {
	float: left;
	width: 600px;
}

.frr li {
	list-style: square !important;
}

ul.list {
	margin: 10px 30px 0px 30px;
}

.list li {
	list-style: square !important;
	list-style: outside;
}

h2.tit {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px !important;
	padding: 0 0 20p 30px;
	border-left: 0px !important;
}

h3.tit3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 10px !important;
	color: #ff6000;

}


h3.info {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin: 15px 0px !important;
	border-radius: 3px;
	background: #FFE246;

}

h4.info {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	margin: 20px 0 !important;
	border-left: 4px solid #333;
	border-bottom: 1px dotted #333;

}

.gAriaCorp_bLink>a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #FFE246;
	border: 3px solid #000;
	border-radius: 80px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.12);
	width: 250px;
	margin: auto;
	font-weight: bold;
}


table.data2 {
	width: 100%;
	border: #CCC 1px solid;
}

table.data2 th {
	width: 120px;
	border-bottom: #CCC 1px dotted;
	padding: 5px 20px;
	background: #f2f0ee;
}

table.data2 td {
	border-bottom: #CCC 1px dotted;
	line-height: 1.5em;
	padding: 5px 10px;
}


.table_s {}

.table_s th,
.table_s td {
	border: 1px solid #d0d0d0;
	padding: 10px;


}

.table_s th {
	background: #f3f3f3;
}

.table_s td {
	background: white;
}


.table_s2 th,
.table_s2 td {
	border: 1px solid #d0d0d0;
	padding: 10px;
	color: 333;
	text-align: center;


}

.table_s2 th {
	background: #efebdc;

}

.table_s2 td {
	background: white;
}


/*2022CSS*/

.support2_box {
	display: flex;
	flex-direction: space-between;
	justify-content: center;
	align-self: center;
	margin: 26px 0 40px;
}

.support2_box li {
	width: calc(100% / 3);
	padding-right: 10px;
}

.support2_box li a {
	position: relative;
	display: block;
	/* background-color: #ff6000; */
	/* color: white; */
	color: black;
	padding: 20px 0;
	border-radius: 6px;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.04em;
	text-align: center;
}

.support2_box li a::after {
	position: absolute;
	content: url("../common/btn_arrow.svg");
	width: 22px;
	height: auto;
	right: 10px;
	top: 32px;
}

.support2_box li .btn_yellow {
	background-color: rgb(255, 222, 131);
	border: 1px solid rgb(204, 204, 204);
}

.support2_box li a.btn_yellow:hover {
	background-color: orange;
	transition: .3s;
}

.support2_box li .btn_pink {
	background-color: rgb(253, 206, 255);
	border: 1px solid rgb(204, 204, 204);
}

.support2_box li a.btn_pink:hover {
	background-color:
		rgb(224, 164, 230);
	transition: .3s;
}

.support2_box li .btn_blue {
	background-color: rgb(195, 238, 255);
	border: 1px solid rgb(204, 204, 204);
}

.support2_box li a.btn_blue:hover {
	background-color:
		rgb(157, 210, 245);
	transition: .3s;
}

.support2_box li a:hover::after {
	transform: scale(1.3);
	transition: .3s;
}


.btn_glay,
.btn_orange {
	margin: 30px 20px !important;
	display: block;
}

.btn_glay a {
	padding: 15px 20px;
	background: #258cd2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.btn_orange a {
	padding: 15px 20px;
	background: #fc652a;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	border-radius: 5px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.btn_glay a:hover {
	background: #333;
}

.info_txt {
	background: #f2f2f2;
	padding: 35px 30px;
	margin: 0px;
	line-height: 2em;
	font-size: 105%;
}


.d_flex {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none !important;
	margin-bottom: 30px;
}

.d_flex li {
	display: block;
	width: calc(100%/2);
	/*←画像を横に4つ並べる場合*/
	padding: 0 15px;
	/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing: border-box;
}

.d_flex li img {
	max-width: 100%;
	/*画像のはみだしを防ぐ*/
	height: auto;
	/*画像の縦横比を維持 */
}


.note_wrap {
	background: #FFFFF0;
	padding: 4em;
	width: 80%;
	margin: 30px auto 50px auto;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.2);
}


.note_wrap2 {
	background: #f3faff;
	padding: 4em;
	width: 80%;
	margin: 30px auto 50px auto;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.note {
	background-image:
		linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 98%,
			#ddd 97%,
			#ddd 100%);
	background-size: 100% 2.4em;
}

.note p {
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 800;
	color: #000000;
	margin-bottom: 3em;
	line-height: 2.1em;
	letter-spacing: 0.01em;
}


.note2 {
	background-image:
		linear-gradient(180deg,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0) 98%,
			#ddd 97%,
			#ddd 100%);
	background-size: 100% 2.4em;
}

.note2 p {
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
	/* font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; */
	/* font-weight: 800; */
	color: #000000;
	margin-bottom: 3em;
	line-height: 2.1em;
	letter-spacing: 0.01em;
}


/*220526追記*/
ul.btn_guide {
	padding-top: 10px;
	padding-bottom: 40px;
	display: flex;
}

ul.btn_guide li {
	width: 350px;
	padding: 0;
	margin: 0 20px;
	display: inline-block;
}

ul.btn_guide li a {
	font-size: 16px;
	text-align: center;
	padding: 20px;
	line-height: 1;
	border-radius: 4px;
	border: solid 1px #ccc;
	display: block;
	color: #333333;
	font-weight: bold;
}

ul.btn_guide li a::before {
	width: 14px;
	height: 14px;
	content: url("../corp/images/arrow_btn.png");
	background-position-y: center;
	vertical-align: top;
	padding-right: 20px;
}

ul.btn_guide li a.linkExternal::before {
	content: url("../corp/images/ico_link_external.png");
}


ul.btn_guide li a:hover {
	border: solid 1px #3f83f4;
	color: #3f83f4;
}


/*AccessGuide*/
#ac_gudie {
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

#ac_gudie a {
	display: block;
	float: left;
	width: 340px;
	padding: 1.2em 0;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}


#ac_gudie a:nth-child(1),
#A_guide h3 {
	background: #f7e2ed;
}

#ac_gudie a:nth-child(2),
#B_guide h3 {
	background: #fffceb;
}

#ac_gudie a:nth-child(3),
#C_guide h3 {
	background: #ecedff;
	;
}

#ac_gudie a:nth-child(4),
#D_guide h3 {
	background: #ffc1c1;
}


.guideArea {
	border: #e0e0e0 1px solid;
	border-radius: 5px;
	padding: 8px;
	margin-bottom: 30px;
}

.guideArea h3 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0.8em 0 0.8em 1em;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.guideArea td {
	vertical-align: top;
	padding: 8px;
}

.guideArea img {
	width: 300px;
	height: auto;
}

.circle {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0;
	line-height: 30px;

}

#A_guide .circle {
	background-color: #ee7ab6;
}

#B_guide .circle {
	background-color: #dfc950;
}

#C_guide .circle {
	background-color: #757be4;
}

#D_guide .circle {
	background-color: #f37353;
}

.allguide_btn a {
	font-size: 16px;
	text-align: center;
	padding: 20px;
	line-height: 1;
	border-radius: 4px;
	border: solid 1px #ccc;
	display: block;
	color: #333333;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 50px;
}

.allguide_btn a.linkExternal::before {
	content: url("../corp/images/ico_link_external.png");
	padding-right: 15px;
	;
}

.allguide_btn a:hover {
	color: #3877b3;
	border-color: #3877b3;

}


.news_box dl {
	font-size: 16px;
	margin: 30px 0 60px 0;
	display: flex;
	flex-wrap: wrap;
}


.news_box dt {

	font-size: 14px;
	width: 22%;
	line-height: 2.5em;
}

.news_box dd {
	width: 78%;
	line-height: 2.5em;
}


.info_twoP {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;

}

.info_twoP li {
	list-style: none !important;
}

.info_twoP figcaption {
	text-align: center;
}

.block_c {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}


/* 2024css */

.g-menu_orange {
	background-color: rgb(255, 115, 0);
}


.announce {
	width: 956px;
	margin: 0 auto;
	text-align: right;

}

.announce p {
	margin-left: auto;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: white;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	/* background-color: #1272b8; */
	padding: 8px 30px;
	background-image: linear-gradient(to top, #258cd0 0%, #1272b8 100%);
}