@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://use.typekit.net/lvh5etp.css");

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    min-width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.spImg {
    display: none;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}
	
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
.NavMenu {
	display: none;
}

#headerTop {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
}

#headerTop h1 {
	max-width: 120px;
	width: 100%;
	margin-top: 18px;
}

#headerTop_inner {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	margin-bottom: 15px;
}
    	
#headerTop_inner__tel {
	margin-right: 24px;
}

#headerTop_inner__tel aside {
max-width: 310px;
width: 100%;
}

#headerTop_inner__tel p {
	color: #234398;
	font-size: 0.875em;
	font-weight: bold;
	background-color: #D4EDFC;
	border-radius: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	margin-top: 7px;
}

#headerTop_inner__credit {
	margin-right: 20px;
}

#headerTop_inner__credit p {
	color: #222222;
	font-weight: bold;
	font-size: 0.78em;
	border-radius: 50px;
	border: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
}

#headerTop_inner__credit figure {
	max-width: 180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

#headerTop_inner__contact dl {
display: flex;
align-items: center;
}

#headerTop_inner__contact dl dt {
	margin-right: 9px;
	color: #234398;
	font-size: 0.688em;
	font-weight: bold;
	background-color: #D4EDFC;
	border-radius: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
}

#headerTop_inner__contact dl dd {
	color: #222222;
	font-weight: bold;
	font-size: 0.875em;
}

#headerTop_inner__contact ul {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

#headerTop_inner__contact ul li {
	max-width: 185px;
	width: 100%;
	font-size: 0.688em;
	text-align: center;
}

#headerTop_inner__contact ul li:first-child a {
	background-color: #00B900;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#headerTop_inner__contact ul li:first-child a img {
	max-width: 22px;
	width: 100%;
	margin-right: 6px;
}

#headerTop_inner__contact ul li:first-child a:hover ,
#headerTop_inner__contact ul li:last-child a:hover {
	background-color: #9E9E9E;
}

#headerTop_inner__contact ul li:last-child a {
	background-color: #264097;
	border-radius: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#headerTop_inner__contact ul li:last-child {
	margin-left: 12px;
}

#headerTop_inner__contact ul li:last-child a img {
	max-width: 22px;
	width: 100%;
	margin-right: 6px;
}

#global {
	background-color: #F2F2F2;
	display: flex;
justify-content: space-around;
}

#global li a {
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 23px;
	padding-left: 10px;
display: flex;
justify-content: center;
align-items: center;
}

#global li a img {
	align-self: center;
	margin-left: 13px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
    width: 100%;
	}

#page-top {
    position: fixed;
    right: 16px;
    bottom:16px;
}

/*==========================================
Other
===========================================*/
#mainImg {
	position: relative;
}

#mainImg ul {
display: flex;
justify-content: space-between;
}

#mainImg ul li {
	width: calc(100%/4);
	height: 434px;
	font-family: "Noto Serif JP", serif;
	color: #FFFFFF;
	font-size: 1.750em;
	font-weight: 500;
	text-shadow: 3px 3px 6px hsla(0,0%,0%,0.35);
	text-align: center;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainImg ul li:first-child {
	background-image: url(../images/main01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#mainImg ul li:nth-child(2) {
	background-image: url(../images/main02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#mainImg ul li:nth-child(3) {
	background-image: url(../images/main03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#mainImg ul li:nth-child(4) {
	background-image: url(../images/main04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#mainImg p {
	max-width: 187px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#main_bottom {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-wrap:wrap;
}

#main_bottom figure {
	max-width: 170px;
	width: 100%;
}

#main_bottom div {
	width: 27%;
	background-color: #D4EDFC;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main_bottom div.list_four {
	width: 20%;
	background-color: #D4EDFC;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main_bottom div.list_four p {
    font-size: 1.0em;
}

#main_bottom div.list_four p {
	line-height: 1.5;
}

#main_bottom div p {
	color: #264097;
	font-weight: bold;
	font-size: 1.250em;
}

#main_bottom div p .red {
	font-weight: bold!important;
}

#main_bottom div p .big {
	font-size: 1.25em;
	line-height: 1;
}

#main_bottom div p .price {
	font-size: 1.75em;
	font-family: "din-2014", sans-serif;
	font-weight: bold;
	line-height: 1!important;
}

.title {
	background-image: url(../images/ber.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 24px;
}

.title h2 {
	font-size: 1.875em;
	font-weight: bold;
}

.title h2 strong {
	color: #234398;
}

#topConcept {
	background: #D4EDFC;
	background: -webkit-linear-gradient(180deg, rgba(212, 237, 252, 1) 0%, rgba(73, 162, 217, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(212, 237, 252, 1) 0%, rgba(73, 162, 217, 1) 100%);
	background: linear-gradient(180deg, rgba(212, 237, 252, 1) 0%, rgba(73, 162, 217, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D4EDFC", endColorstr="#49A2D9", GradientType=0);
	padding-top: 100px;
	padding-bottom: 100px;
}

.spbr {
	display: none;
}

#topConcept ul {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 75px;
}

#topConcept ul li {
	width: calc(100%/4 - 3em);
	text-align: center;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#topConcept ul li dl dt {
	margin-top: 20px;
	font-size: 1.375em;
	font-weight: bold;
	padding-bottom: 20px;
}

#topConcept ul li dl dd {
	text-align: left;
}

#topConcept ul li p {
	margin-top: 35px;
}

#topConcept ul li p a {
	color: #49A2D9;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 5px;
	display: block;
	text-align: center;
}

#topConcept ul li p a:hover {
	color: #FFF;
	background-color: #052E47;
}

#topService {
	padding-top: 100px;
	padding-bottom: 100px;
}

#topService_list {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
margin-top: 45px;
}

#topService_list li {
width: 23%;
align-items: stretch;
}

#topService_list li a {
	border: 2px solid #234398;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
}

#topService_list li a dl {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	text-align: center;
}

#topService_list li a dl dt {
	font-size: 1.313em;
	color: #234398;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

#topService_list li a dl dd {
	text-align: left;
}

#topService_list li a:hover {
	border: 2px solid #49A2D9;
	background-color: #E9EDF8;
	color: #000000;
}

#service_list {
	max-width: 1110px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	display: flex;
	flex-wrap:wrap;
}

#service_list li {
	width: calc(100%/3 - 30px);
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #234398;
	border-bottom: 1px solid #234398;
	font-size: 1.375em;
	font-weight: 500;
	margin-bottom: 35px;
}

#service_list li a {
	padding-left: 20px;
	display: block;
	background-image: url(../images/blue.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 82px;
	padding-right: 30px;
}

#service_list li a img {
	margin-right: 10px;
}

#service_list li a:hover {
	background-color: #E9EDF8;
	color: #000000;
	text-align: left;
}

.subComm {
	margin-top: 40px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#priceCategory {
	margin-top: 67px;
	max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: center;
}

#priceCategory li {
	max-width: 190px;
	width: 100%;
	margin-left: 6px;
	margin-right: 6px;
	font-weight: 500;
	margin-bottom: 12px;
}

#priceCategory li a {
	background-color: #264097;
	border-radius: 5px;
	display: block;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #FFFFFF;
}

#priceCategory li a:hover {
	background-color: #49A2D9;
}

.tableStyle {
	max-width: 940px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	border-collapse: collapse;
	border: 1px solid #E5E5E5;
}

.tableStyle th {
	color: #FFFFFF;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	text-align: center;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color: #7F7F7F;
}

.tableStyle td {
	color: #000000;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	text-align: center;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}


.tableStyle tbody tr:nth-child(odd) {
	background-color: #F9F9F9;
}

.tableStyle td[colspan="2"] {
	background-color: #FFF8E1;
	font-weight: bold;
	text-align: center;
	padding-left: 12px;
}

.tableStyle tbody tr:hover {
	background-color: #E0F7FA;
	transition: background-color 0.3s;
}

.tableStyle {
	border-radius: 4px;
	overflow: hidden;
}

#c_price {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 128px;
}

.title2 {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.title2 span {
	background-image: url(../images/left_ber.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
		margin-left: auto;
	margin-right: auto;
	display: block;
}

.title2 h2 {
	font-size: 1.875em;
	font-weight: bold;
	background-image: url(../images/right_ber.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	margin-bottom: 30px;
}

.title2 h2 strong {
	color: #A8081E;
}

.fontStyle {
	text-align: left;
	padding-bottom: 40px;
		max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

.blue {
	color: #234398;
}

#b_box {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #234398;
	border-radius: 30px;
	margin-bottom: 87px;
	padding-bottom: 55px;
	position: relative;
	margin-top: 50px;
}

#b_box h3 {
	font-size: 1.875em;
	font-weight: bold;
	background-color: #A8081E;
	color: #FFFFFF;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 218px;
	padding-right: 218px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	top: -55px;
}

#b_box h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #A8081E; /* 背景色と同じ色で三角形を作る */
}

#b_box2 {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #234398;
	border-radius: 30px;
	margin-bottom: 95px;
	position: relative;
	padding-bottom: 70px;
}

#b_box2 section {
	text-align: left;
	padding-right: 315px;
	padding-top: 55px;
	padding-left: 55px;
}

#b_box2 section h3 {
	color: #264097;
	font-weight: bold;
	font-size: 1.375em;
	padding-bottom: 30px;
}

#b_box2 aside {
	position: absolute;
	right: 23px;
	bottom: 23px;
	z-index: 2;
}

#b_box2 aside a {
	background-color: #D4EDFC;
	border-radius: 9px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 67px;
	display: inline-block;
	color: #264097;
	font-weight: bold;
	background-image: url(../images/m_yajirushi.png);
	background-repeat: no-repeat;
	background-position: right 27px center;
}

#b_box2 aside a:hover {
	background-color: #E9EDF8;
}

#b_box2 figure {
	position: absolute;
	right: 37px;
	bottom: 0px;
	z-index: 1;
}

#top_credit {
	background-color: #D4EDFC;
	padding-top: 80px;
	padding-bottom: 70px;
}

#top_credit h3 {
	color: #FFFFFF;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #264097;
	font-weight: bold;
	position: relative;
	top: -50px;
	margin-bottom: -30px;
}

#top_credit section {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
display: flex;
flex-direction:column;
align-items: center;
}

#top_credit aside {
	max-width: 100%;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
}

#top_credit p {
max-width: 100% ;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	font-size: 0.750em;
	text-align: center;
	padding-bottom: 50px;
}

#ct_img {
max-width: 100% ;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#topChoose {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

.topChoose_block {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 53px;
}

.topChoose_block section {
	text-align: left;
	max-width: 435px;
	width: 100%;
	margin-left: 20px;
}

.topChoose_block section h3 {
	color: #264097;
	font-size: 1.375em;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 27px;
}

.topChoose_block ul#tc_category {
max-width: 612px;
width: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

.topChoose_block ul#tc_category li {
width: calc(100%/3);
}


.topChoose_block ul#tc_category li figure {
	position: relative;
}

.topChoose_block ul#tc_category li figure figcaption {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.875em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #264097;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width: 96px;
	text-align: center;
}

.reverse {
flex-direction:row!important;
}

.reverse section {
	text-align: left;
	max-width: 435px;
	width: 100%;
	margin-right: 20px;
}

.tb_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 615px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.tb_block div {
	width: calc(100%/2 - 3px);
	margin-left: 3px;
	margin-bottom: 3px;
	background-color: #D1DEF1;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 184px;
}

.tb_block div figure {
max-width: 80px;
width: 100%;
}

.tb_block div dl dt {
	text-align: right;
	color: #264097;
	font-weight: bold;
}

.tb_block div dl dd {
	text-align: right;
	color: #264097;
	font-weight: bold;
}

.tb_block div dl dd strong {
	font-size: 2.438em;
}

.tb_block div dl dd span {
	font-size: 1.875em;
}

#tb_block2 {
	max-width: 615px;
width: 100%;
}

#tb_block2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#tb_block2 ul li {
	width: calc(100%/2 - 3px);
	margin-left: 3px;
	margin-bottom: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 184px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #264097;
	font-weight: bold;
	font-size: 1.500em;
	text-shadow: 0px 0px 6px hsla(0,0%,100%,1.00),0px 0px 6px hsla(0,0%,100%,1.00),0px 0px 6px hsla(0,0%,100%,1.00);
}

#tb_block2 ul li:first-child {
	background-image: url(../images/s_img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#tb_block2 ul li:nth-child(2)  {
	background-image: url(../images/s_img2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#tb_block2 ul li:nth-child(3)  {
	background-image: url(../images/img.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#tb_block2 ul li:nth-child(4)  {
	background-image: url(../images/s_img3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#pointImg {
max-width: 612px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.cp_block {
	background-color: #49A2D9;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cp_block_inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
}

.cp_block_inner figure {
	max-width: 367px;
	width: 100%;
}

.cp_block_inner figure img {
	border-radius: 10px;
}

.cp_block_area {
	max-width: 680px;
	width: 100%;
	margin-left: 20px;
	text-align: left;
}

.cp_block_area section h2 {
	font-size: 1.500em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 25px;
}

.cp_block_area section h2 strong {
	color: #F7FF00;
	font-weight: bold;
}

.cp_block_area section p {
	color: #FFFFFF;
	padding-bottom: 75px;
}

.cp_block_box {
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 17px;
}

.cp_block_box h3 {
	font-size: 1.250em;
	font-weight: bold;
	color: #264097;
	background-color: #FFFFFF;
	border: 3px solid #49A2D9;
	border-radius: 50px;
	padding-top: 3px;
	padding-right: 45px;
	padding-bottom: 3px;
	padding-left: 45px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -33px;
	margin-bottom: -40px;
	-webkit-box-shadow: 3px 3px hsla(0,0%,0%,0.17);
	box-shadow: 3px 3px hsla(0,0%,0%,0.17);
}

.cp_block_box h3 span.red {
	font-weight: bold;
}

.cp_block_box ul {
display: flex;
justify-content: center!important;
}

.cp_block_box ul li {
	font-size: 0.938em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 278px;
width: 100%;
}

.cp_block_box ul li a {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_block_box ul li:first-child a {
	background-color: #00B900;
}

.cp_block_box ul li img {
	width: 31px;
	height: auto;
	margin-right: 10px;
}

.cp_block_box ul li:last-child a {
	background-color: #264097;
}

.cp_block_box aside {
	max-width: 310px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.cp_block_box p {
	font-weight: bold;
}

.cp_block_box ul li a:hover {
	background-color: hsla(0,0%,64%,1.00);
}

.tbbr {
	display: none;
}

.tbImg {
	display: none;
}

#topList {
	padding-top: 99px;
	padding-bottom: 130px;
}

#topList section h2 {
	font-size: 1.875em;
	font-weight: bold;
	padding-bottom: 35px;
}

#topList section p {
	padding-bottom: 35px;
	text-align: left;
}

#topList_inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#topList_block {
	background-color: #D4EDFC;
	padding-top: 67px;
	padding-right: 100px;
	padding-bottom: 67px;
	padding-left: 100px;
}

#topList_block h3 {
	color: #234398;
	font-weight: bold;
	font-size: 1.375em;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 64px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#topList_block ul {
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

#topList_block ul li {
	width: calc(100%/5);
	margin-bottom: 80px;
	text-align: center;
}

#topList_block ul li figcaption {
	font-weight: bold;
	color: #234398;
	margin-top: 25px;
}

.topVoice {
	background-color: #F2FAFF;
	padding-top: 77px;
	padding-bottom: 77px;
}

.topVoice section {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 57px;
}

.topVoice section h2 {
	font-size: 1.875em;
	font-weight: bold;
}

.topVoice section p {
	font-size: 1.500em;
	font-weight: bold;
	color: #234398;
}

.topVoice ul {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.topVoice ul li {
	width: calc(100%/3 - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.topVoice ul li a {
	background-color: #FFFFFF;
	display: block;
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.16);
	box-shadow: 0px 0px 6px hsla(0,0%,0%,0.16);
}

.topVoice ul li a:hover {
	background-color: #E9EDF8;
	color: #000000;
}

.topVoice ul li figure {
	position: relative;
}

.topVoice ul li figcaption {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #234398;
	color: #FFFFFF;
	max-width: 115px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.tv_block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

.tv_block_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 17px;
}

.tv_block_inner p {
	font-size: 0.875em;
	margin-right: 6px;
}

.tv_block_inner aside {
	font-size: 0.875em;
	margin-right: 6px;
	background-color: #234398;
	border-radius: 4px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFFFFF;
}

.tv_block dl dt {
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 15px;
}

.tv_block dl dd {
	line-height: 1.8;
}

.btn {
	font-size: 1em;
	font-weight: bold;
	margin-top: 40px;
}

.btn a {
	background-color: #004BB1;
	color: #FFFFFF;
	border-radius: 50px;
	padding-top: 7px;
	padding-right: 70px;
	padding-bottom: 7px;
	padding-left: 70px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.btn a:hover {
	background-color: #49A2D9;
}

#topStaff {
	padding-top: 90px;
	padding-bottom: 100px;
}

#topStaff ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1120px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

#topStaff ul li {
	width: calc(100%/4 - 40px);
	margin-left: 20px;
	margin-right: 20px;
}

#topStaff ul li figure {
	position: relative;
	margin-bottom: 25px;
}

#topStaff ul li figcaption {
	position: absolute;
	bottom: 0px;
	left: -10px;
	color: #FFFFFF;
	font-size: 4em;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	line-height: 1;
}

#topStaff ul li figure img {
	width: 238px;
	height: 390px;
	object-fit: cover;
	border-radius: 5px;
}

#topStaff ul li section {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	margin-bottom: 13px;
}

#topStaff ul li section h3 {
	font-size: 1.250em;
	font-weight: bold;
	margin-right: 8px;
}

#topStaff ul li section p {
	font-size: 1em;
	font-weight: bold;
}

.stf_btn {
	margin-top: 25px;
}

.stf_btn a {
	background-color: #264097;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.stf_btn a:hover {
	background-color: #BDBDBD;
}

.s_color {
	background-color: #F1F8FE!important;
}

.s_color .cp_block_area section h2 {
	color: #000000;
}

.s_color .cp_block_area section p {
	color: #000000;
}

#topArea {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 55px;
	padding-bottom: 80px;
}

#topArea h2 {
	font-size: 1.875em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 40px;
}

#topArea_block {
	display: flex;
	flex-direction: row-reverse;
	text-align: left;
}

#topArea_block figure {
	max-width: 453px;
	width: 100%;
	margin-right: 0px;
	padding-right: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -66px;
	padding-left: 75px;
}

#topArea_block_inner aside {
	text-align: right;
	font-size: 1em;
}

#topPro {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

#topPro_inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#topPro_inner section {
	max-width: 430px;
	width: 100%;
	background-color: hsla(0,0%,100%,0.70);
	border-radius: 15px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topPro_inner section h2 {
	color: #234398;
	font-weight: bold;
	font-size: 1.500em;
	margin-bottom: 30px;
}

#topPro_inner section p {
	font-weight: bold;
		padding-bottom: 20px;
}

#topPro_inner section ul li {
	font-size: 0.750em;
	margin-bottom: 5px;
}

#topPro_block {
	max-width: 610px;
	width: 100%;
	margin-left: 20px;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}

#topPro_block li {
	width: calc(100%/3 - 12px);
	margin-left: 12px;
	background-color: hsla(0,0%,100%,0.70);
	border-radius: 10px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
	text-align: center;
	color: #234398;
}

#topPro_block li figcaption {
font-size: 0.875em;
}

#topPro_block li img {
	padding-bottom: 7px;
}

#top_flow {
	padding-top: 120px;
}

#top_flow h2 {
	font-size: 1.875em;
	font-weight: bold;
	padding-bottom: 43px;
}

#top_flow_inner {
	background-color: #F2FAFF;
	background-image: url(../images/yajirushi2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	padding-bottom: 75px;
}

.flow_block {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	border: 2px solid #234398;
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 5x;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.flow_block_tit {
	display: flex;
	margin-bottom: 18px;
}

.flow_block_tit figure {
	max-width: 230px;
	width: 100%;
	margin-right: 30px;
}

.flow_block_tit figure img {
	border-radius: 10px;
}

.flow_block_tit section h3 {
	font-size: 1.500em;
	font-weight: bold;
	display: flex;
	margin-bottom: 20px;
	align-items: flex-start;
}

.flow_block_tit section h3 span {
	font-size: 0.8em;
	background-color: #234398;
	border-radius: 50px;
	color: #FFFFFF;
	width: 34px;
	min-width: 34px;
	height: 34px;
	display: block;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow_bottom {
display: flex;
justify-content: space-between;
}

.flow_tel {
	align-self: baseline;
	max-width: 389px;
	width: 100%;
	background-color: #F2FAFF;
	border: 1px solid #234398;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 35px;
}

.flow_tel aside {
	font-size: 0.875em;
	margin-top: 7px;
}

.flow_block .cp_block_box {
	margin-top: 15px;
	max-width: 100%;
width: 100%;
}

.flow_block .cp_block_box ul {
ustify-content: space-between!important;
}

.flow_block .cp_block_box ul li {
	font-size: 0.938em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 48%!important;
width: 100%;
}

.second {
	padding-bottom: 25px;
}

.flow_y {
	margin-top: 22px;
	margin-bottom: 22px;
}

.fb_layout {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content:flex-start;
}

.fb_layout .flow_block {
	max-width: 700px;
	width: 100%;
	text-align: left;
	margin-left: 0px;
}

#fb_bg {
max-width: 1080px;
width: 100%;
margin-left: auto;
margin-right: auto;
	background-image: url(../images/yajirushi3.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#flow_comm {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: none;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 25px;
}

#topQa {
	max-width: 879px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#topQa .title {
	margin-bottom: 85px;
}

#topQa section {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 23px;
	margin-bottom: 36px;
	text-align: left;
}

#topQa section h3 {
	font-size: 1.313em;
	font-weight: bold;
	position: relative;
	display: flex;
	padding-right: 60px;
}

#topQa section h3 span.q {
	color: #49A2D9;
	font-size: 1.143em;
	margin-right: 20px;
	margin-top: -5px;
}

#topQa section h3 img {
	position: absolute;
	right: 0px;
	top: 0px;
}

#topQa section p {
	display: flex;
	margin-top: 20px;
}

#topQa section p span.a {
	color: #A8081E;
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
	margin-top: -5px;
}

#topQa section p span:last-child {
	padding-left: 4px;
}

#topQa section p span:last-child a {
	color: #1782F4;
}

#topQa section p span:last-child a:hover {
	color: #9B9B9B;
}

#topQa ul {
display: flex;
flex-wrap:wrap;
justify-content: center;
}

#topQa ul li {
	font-size: 1.125em;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
}

#topQa ul li a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 254px;
	background-color: #264097;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
}

#topQa ul li a:hover {
	background-color: #49A2D9;
}

#topCorp {
	padding-top: 50px;
	padding-bottom: 100px;
}

#topCorp dl {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #264097;
	border-bottom: 2px solid #264097;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#topCorp dl dt {
	width: 230px;
	border-bottom: 1px solid #CDD6DD;
	padding-bottom: 20px;
	margin-bottom: 20px;
		line-height: 1.8;
}

#topCorp dl dd {
	width: calc(100% - 230px);
	border-bottom: 1px solid #CDD6DD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 1.8;
}

#topCorp dl dd:last-child {
	border-bottom: 0px solid #CDD6DD;
	padding-bottom: 0px;
}

#topCorp dl dt:nth-last-child(2) {
	border-bottom: 0px solid #CDD6DD;
	padding-bottom: 0px;
}

#topMap {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -50px;
}

.topMap_block {
	width: 48%;
	margin-bottom: 55px;
}

.topMap_block iframe {
	width: 100%;
	height: 295px;
}

.topMap_block dl {
	text-align: left;
	margin-top: 12px;
}

.topMap_block dl dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 2px;
}

#topContact {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	margin-top: 50px;
}

#topContact h2 {
	font-size: 2.188em;
	font-weight: 900;
	color: #142D70;
	margin-bottom: 20px;
}


#tc_list h3 {
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #234398;
	width: 130px;
	text-align: center;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}

#tc_list ul {
	width: calc(100% - 130px);
	display: flex;
	justify-content: space-around;
	background-color: #FFFFFF;
	height: 65px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	align-items: center;
}

#tc_list ul li {
	font-size: 1.500em;
	font-weight: bold;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}


#topContact_inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color: hsla(0,0%,100%,0.68);
	padding-top: 30px;
}
#tc_list {
max-width: 1000px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
}

#tc_list ｈ3{
max-width: 1000px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
align-items: center;
}

#tc_voice {
max-width: 1000px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

#tc_voice section {
	display: flex;
	align-items: center;
}

#tc_voice section h3 {
	max-width: 200px;
	width: 100%;
	font-size: 1.500em;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #234398;
	height: 80px;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tc_voice_inner ul {
	display: flex;
	margin-top: 25px;
}

#tc_voice_inner ul li {
	font-size: 1.500em;
	width: 230px;
	margin-right: 30px;
	border: 3px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #49A2D9;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	color: #FFEE00;
	height: 107px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	font-weight: bold;
	line-height: 1.1;
	text-shadow: 0px 0px 6px hsla(0,0%,0%,0.23);
}

#tc_voice_inner ul li strong {
	font-size: 1.958em;
	color: #FFFFFF;
}

#tc_bottom {
	background-color: #FFFFFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 20px;
}

#tc_bottom_inner {
	max-width: 1000px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

#tc_bottom_inner dl {
	width: 48%;
	text-align: left;
}

#tc_bottom_inner dl dt {
	font-size: 1.188em;
	font-weight: bold;
}

#tc_line dt {
	color: #00B900;
	background-image: url(../images/green.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#tc_bottom_inner dl dd {
	font-size: 1.750em;
	font-weight: bold;
	margin-top: 5px;
}

#tc_line dd a {
	background-color: #00B900;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tc_mail dt {
	color: #234398;
	background-image: url(../images/blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#tc_mail dd a {
	background-color: #264097;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	display: block;
	text-align: center;
		display: flex;
	justify-content: center;
	align-items: center;
}

#tc_line dd a img,
#tc_mail dd a img {
	margin-right: 12px;
	width: 35px;
	height: auto;
}

#tc_line dd a:hover,
#tc_mail dd a:hover {
	background-color: #9C9C9C;
}

#footer_block {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	display: flex;
	align-items: flex-end;
}

#footer_block figure {
	margin-right: 45px;
	max-width: 157px;
	width: 100%;
	margin-bottom: 25px;
}

#footer_block section {
	margin-right: 45px;
	text-align: left;
}

#footer_block section h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 13px;
}

#footer_block section address {
font-size: 0.875em;
line-height: 1.8;
}

#footer_block ul {
	text-align: left;
}

#footer_block ul li {
	font-size: 0.875em;
	line-height: 1.8;
}

#footerMenu {
	background-color: #F0F9FE;
}

#footerMenu_inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-bottom: 45px;
	display: flex;
	text-align: left;
}

#footerMenu_block .inner {
	display: flex;
}

#footerMenu_block h3 {
	margin-bottom: 18px;
	font-weight: bold;
}

#footerMenu_block .inner ul {
	margin-right: 45px;
}

#footerMenu_block .inner ul li {
	font-size: 0.875em;
	margin-bottom: 18px;
		background-image: url(../images/dot2.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 20px;
}

#footerMenu_block .inner ul li a:hover {
	color: #6A6A6A;
}

#footerMenu_block2 {
	display: flex;
	margin-left: 90px;
}

#footerMenu_block2 ul {
	margin-right: 45px;
}

#footerMenu_block2 ul li {
	font-size: 1em;
	margin-bottom: 18px;
	font-weight: bold;
}

#footerMenu_block2 ul li ul li {
	font-size: 0.875em;
	margin-bottom: 15px;
	background-image: url(../images/dot2.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 20px;
	font-weight: normal;
	margin-top: 10px;
}

#copy {
	color: #3B4043;
	font-size: 0.750em;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 28px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

body {
	position: relative;
}

#right_btn {
	position: fixed;
	right: 0px;
	top: 10%;
	display: none; /* 初期状態は非表示 */
  z-index: 999;

}

#right_btn p {
	font-size: 0.688em;
	writing-mode: vertical-rl; /* 縦書き・右から左へ */
	text-orientation: mixed;   /* 漢字は縦、英数字は横（自然な見た目） */
	letter-spacing: 0.6em;
	margin-bottom: 8px;
}

#right_btn p:first-child a {
	background-color: #00B900;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#right_btn p:nth-child(2) a {
	background-color: #264097;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#right_btn p:nth-child(3) a {
	background-color: #3077A2;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#right_btn p img {
	margin-bottom: 10px;
}

#right_btn p a:hover {
	background-color: #B1B1B1;
}

#footer_btn {
	display: none;
}

#main_bottom div p span {
	line-height: 1;
}

#mainImg2 {
	background-image: url(../images/next_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg2 section {
	margin-left: 5%;
}

#mainImg2 section h1 {
	font-size: 4.063em;
	font-family: "Noto Serif JP", serif;
	color: #FFFF3D;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg2 section p {
	font-size: 2em;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.5;
}

#mainImg2 section aside {
	margin-top: 90px;
	background-color: #A8081E;
	display: inline-block;
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-family: "Noto Serif JP", serif;
}

#mainImg4 {
	background-image: url(../images/t_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg4 section {
	margin-left: 5%;
}

#mainImg4 section h1 {
	font-size: 2.500em;
	font-family: "Noto Serif JP", serif;
	color: #FFFF3D;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg4 section p {
	font-size: 2em;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.5;
}

#mainImg4 section aside {
	margin-top: 25px;
	background-color: #A8081E;
	display: block;
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-family: "Noto Serif JP", serif;
}

#next_img {
	max-width: 187px;
	width: 100%;
	position: absolute;
	right: 38px;
	bottom: 38px;
}

#nextTop {
background: #D4EDFC;
background: -webkit-linear-gradient(180deg, rgba(212, 237, 252, 1) 0%, rgba(73, 217, 187, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(212, 237, 252, 1) 0%, rgba(73, 217, 187, 1) 100%);
background: linear-gradient(180deg, rgba(212, 237, 252, 1) 0%, rgba(73, 217, 187, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D4EDFC", endColorstr="#49D9BB", GradientType=0);
}

#nextTop .inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 100px;
}

.comm {
	padding-top: 30px;
	padding-bottom: 47px;
}

.nt_list {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
max-width: 1007px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.nt_list li {
	width: 23%;
}

.nt_list li img {
	border-radius: 5px;
	margin-bottom: 14px;
}

.nt_list li dl dt {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 14px;
}

.nt_list li dl dd {
	text-align: left;
	line-height: 1.7;
}


.nt_list2 {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
max-width: 1007px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.nt_list2 li {
	width: 23%;
	background-image: url(../images/ya02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}

.nt_list2 li img {
	border-radius: 5px;
	margin-bottom: 14px;
}

.nt_list2 li dl dt {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 14px;
}

.nt_list2 li dl dd {
	text-align: left;
	line-height: 1.7;
	height: 90px;
}

#nextTop h3 {
	background-color: #264097;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.500em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 65px;
	margin-bottom: 35px;
}

#nextTop2 h3 {
	background-color: #264097;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.500em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 65px;
	margin-bottom: 35px;
}

.nt_list2 li p {
	margin-top: 25px;
}

.nt_list2 li p a {
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	color: #49A2D9;
	font-weight: bold;
}

.nt_list2 li p a:hover {
	background-color: #49A2D9;
	color: #FFF;
}

#ntBox {
	border-top: 2px dotted #FFFFFF;
	margin-top: 50px;
	padding-top: 50px;
	padding-left: 35px;
	padding-right: 35px;
}

#ntBox p {
	color: #264097;
	text-align: left;
}

#ctBlock {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BCBCBC;
	margin-top: 58px;
	margin-bottom: 70px;
	background-color: #E9EDF8;
	background-image: url(../images/img17.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	padding-top: 28px;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}

#ctBlock h2 {
	font-size: 3.938em;
	color: #A8081E;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
}

#ctBlock p {
	color: #264097;
	font-weight: 500;
	max-width: 490px;
	width: 100%;
	margin-bottom: 25px;
}

#ctBlock figure {
	position: absolute;
	left: 450px;
	top: 14px;
}

#ctBlock dl {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

#ctBlock dl dt {
	color: #264097;
	font-size: 0.875em;
	background-color: #B4E2FE;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 3px;
	font-weight: bold;
}

#ctBlock dl dd {
	color: #264097;
	font-size: 0.875em;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#ctBlock aside {
max-width: 310px;
width: 100%;
}

#ctBlock ul {
	display: flex;
	margin-top: 10px;
}

#ctBlock ul li {
	width: 185px;
	font-size: 0.688em;
	text-align: center;
}

#ctBlock ul li:first-child a {
	background-color: #00B900;
	border-radius: 3px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
}

#ctBlock ul li:first-child a img {
	max-width: 22px;
	width: 100%;
	margin-right: 6px;
}

#ctBlock ul li:first-child a:hover ,
#ctBlock ul li:last-child a:hover {
	background-color: #9E9E9E;
}

#ctBlock ul li:last-child a {
	background-color: #264097;
	border-radius: 3px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
		height: 35px;
}

#ctBlock ul li:last-child {
	margin-left: 12px;
}

#ctBlock ul li:last-child a img {
	max-width: 22px;
	width: 100%;
	margin-right: 6px;
}

#ct_bottom {
display: flex;
align-items: center;
}

#ct_bottom aside {
	margin-right: 27px;
}

#ct_img_sp {
	display: none;
}

#service {
	margin-top: 20px;
}

#service .subComm {
	margin-bottom: 75px;
}

#price {
	margin-top: 60px;
}

#price #c_price {
	margin-top: 50px;
}

.tableStyle2 {
	border: 3px solid #234398;
	max-width: 976px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 67px;
  table-layout: fixed;
}

.tableStyle2 th {
	background-color: #234398;
	color: #FFFFFF;
	font-size: 1.375em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tableStyle2 th:nth-child(1) {
  border-right: 1px solid #FFFFFF;
}

.tableStyle2 th:nth-child(2) {
  border-right: 1px solid #FFFFFF;
}

.tableStyle2 td {
	font-size: 1.250em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

#price_ex {
max-width: 1120px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	margin-top: 57px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#price_ex li {
	width: calc(100%/3 - 40px);
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F2FAFF;
	border: 3px solid #234398;
	border-radius: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#price_ex li h3 {
	color: #234398;
	font-size: 1.875em;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	margin-bottom: 30px;
}

#price_ex li dl {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

#price_ex li dl dt {
	background-color: #234398;
	border-radius: 7px;
	color: #FFFFFF;
	width: 85px;
	margin-right: 14px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#price_ex li dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.125em;
	font-weight: 900;
}

#price_ex li dl dd strong {
	font-size: 1.667em;
	color: #A8081E;
}

#price_ex p {
	border: 1px solid #707070;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 35px;
	background-image: url(../images/hito.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.p_comm {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	font-size: 0.875em;
	text-align: right;
	margin-top: 20px;
}

#n_service {
	background-color: #F2FAFF;
	margin-top: 180px;
	padding-bottom: 20px;
}

#n_service h2 {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #234398;
	color: #FFFFFF;
	font-size: 1.375em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
	top: -30px;
	text-align: center;
}

#n_service h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #234398;
}

#n_service ul {
	margin-top: 30px;
	max-width: 840px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

#n_service ul li {
	width: 31%;
	margin-bottom: 33px;
	text-align: center;
	color: #234398;
	font-weight: bold;
	font-size: 1.250em;
}

#n_service ul li img {
	margin-bottom: 12px;
}

#n_price {
	margin-top: 67px;
	padding-bottom: 97px;
}

#n_price .inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#n_price h2 {
	background-color: #234398;
	color: #FFFFFF;
	font-size: 1.375em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}

#n_price section {
	margin-top: 30px;
	background-color: #F7F7F7;
	border: 2px solid #234398;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#n_price section h3 {
	color: #234398;
	font-weight: bold;
	margin-bottom: 5px;
}

#mapArea {
	padding-top: 99px;
	padding-bottom: 0px;
}

#mapArea section h2 {
	font-size: 1.875em;
	font-weight: bold;
	padding-bottom: 35px;
}

#mapArea section p {
	padding-bottom: 35px;
	text-align: left;
}

#mapArea .inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#mapArea_list {
display: flex;
flex-direction:row-reverse;
align-items: center;
justify-content: space-between;
}

.mapImg {
	display: none;
}

.mapImg2 {
	display: inherit;
	align-self: center;
}

#mapArea_list dl {
	max-width: 307px;
	width: 100%;
	text-align: left;
}

#mapArea_list dl dt a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		display: block;
	text-align: left;
}

#mapArea_list dl dd {
	margin-bottom: 35px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}

#mapArea_list figure {
	margin-left: 25px;
	margin-right: 25px;
}

.map_pink a {
	background-color: #EA6182!important;
}

#mapArea_list dl dt a:hover {
	background-color: #E1E1E1!important;
	color: #000000;
}

.map_blue a {
	background-color: #30A1DD!important;
}

.map_green a {
	background-color: #53C490!important;
}

.map_orange a {
	background-color: #F08200!important;
}

.map_yellow a {
	background-color: #F8D62B!important;
}

.map_green2 a {
	background-color: #23B8BC!important;
}

.map_green3 a {
	background-color: #8EC31F!important;
}

.map_purple a {
	background-color: #B687BC!important;
}

#mapArea_inner {
display: flex;
flex-direction:row-reverse;
align-items: center;
justify-content: space-between;
}

#mainImg3 {
	background-image: url(../images/next_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg3 section {
	margin-left: 5%;
}

#mainImg3 section h1 {
	font-size: 2.75em;
	color: #FFF;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg3 section h1 span {
	font-size: 1.477em;
	font-family: "Noto Serif JP", serif;
	color: #FFFF3D;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg3 section p {
	font-size: 2em;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.5;
	margin-top: 30px;
}

#mainImg3 section aside {
	margin-top: 15px;
	background-color: #A8081E;
	display: block;
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-family: "Noto Serif JP", serif;
}

#nextTop2 {
background: #F5F4E1;
background: -webkit-linear-gradient(180deg, rgba(245, 244, 225, 1) 0%, rgba(255, 254, 250, 1) 100%);
background: -moz-linear-gradient(180deg, rgba(245, 244, 225, 1) 0%, rgba(255, 254, 250, 1) 100%);
background: linear-gradient(180deg, rgba(245, 244, 225, 1) 0%, rgba(255, 254, 250, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F4E1", endColorstr="#FFFEFA", GradientType=0);
}

#nextTop2 h3 strong {
	color: #FFE609;
}

#nextTop2 .inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 100px;
}

#nextTop2 .nt_list2 li p a {
	background-color: #D4EDFC;
	color: #004BB1;
}

#nextTop2 .nt_list2 li p a:hover {
	background-color: #004BB1;
	color: #FFFFFF;
}

#proSupport {
	padding-top: 90px;
	padding-bottom: 0px;
}

#proSupport ul {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#proSupport ul li {
	width: 48%;
	margin-bottom: 50px;
}

#proSupport ul li dl dt {
	font-size: 1.250em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
}

#proSupport ul li dl dd {
	line-height: 1.8;
}

#ending {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: -80px;
}

#ending .inner figure {
	max-width: 360px;
	width: 100%;
	margin-right: 30px;
	float: left;
	position: relative;
}

#originalImg {
	position: absolute;
	top: -15px;
	left: 10px;
}

#ending aside {
	display: flex;
	margin-top: 30px;
	text-align: center;
	clear: both;
}

#ending aside a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: #264097;
	border-radius: 5px;
	width: 190px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
}

#ending aside a:hover {
background-color: #49A2D9;
}

#t_support {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

#t_support section {
	text-align: left;
	margin-top: 30px;
}

#t_support section h3 {
	font-size: 1.250em;
	font-weight: bold;
	padding-bottom: 25px;
}

#t_support aside {
	display: flex;
	margin-top: 30px;
	text-align: center;
	clear: both;
}

#t_support aside a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	background-color: #264097;
	border-radius: 5px;
	width: 190px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;
}

#t_support aside a:hover {
background-color: #49A2D9;
}

#next_tit {
	background-image: url(../images/n_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}

#next_tit2 {
	background-image: url(../images/ex_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}

#next_tit h1,
#next_tit2 h1,
#next_tit3 h1,
#next_tit4 h1,
#next_tit5 h1,
#next_tit6 h1,
#next_tit7 h1,
#next_tit8 h1 {
	font-family: "Noto Serif JP", serif;
	color: #004BB1;
	font-size: 2.500em;
	font-weight: 600;
}

.pNavi {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 0.875em;
	margin-bottom: 45px;
}


#voiceBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#voiceBtn li {
	font-size: 1.125em;
	font-weight: bold;
	width: 23%;
	margin-bottom: 20px;
}

#voiceBtn li a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #264097;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#voiceBtn li a:hover {
	background-color: #49A2D9;
}

.topVoice section h2 strong {
	color: #004BB1;
}

.whiteBg {
	background-color: #FFFFFF!important;
}

.voiceList ul {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap:wrap;
}

.voiceList ul li {
	width: calc(100%/4 - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
}

.voiceList ul li a {
	background-color: #FFFFFF;
	display: block;
}

.voiceList ul li a:hover {
	background-color: #E9EDF8;
	color: #000000;
}

.voiceList ul li figure {
	position: relative;
}

.voiceList ul li figcaption {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #234398;
	color: #FFFFFF;
	max-width: 115px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.voiceList ul li .tv_block {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: left;
}

.pageNavigation {
	text-align: center;
	margin-bottom: 80px;
}

.ex_block {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
align-items: center;
}

.ex_block .ex_yajirushi {
	align-self: center;
	margin-left: 10px;
	margin-right: 10px;
}

.ex_block figure {
	position: relative;
	display: inline-block;
}

.ex_block figure:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 58px solid #234398;     /* 三角形の高さと色 */
  border-right: 58px solid transparent; /* 三角形の幅 */
}

.ex_block figure:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 58px solid #33A7D2;     /* 三角形の高さと色 */
  border-right: 58px solid transparent; /* 三角形の幅 */
}

.ex_block figure figcaption {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 1.250em;
	font-weight: bold;
	color: #041778;
	background-color: #FFFFFF;
	border: 1px solid #234398;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 3px;
}

#ex_service {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 65px;
}

#ex_service_tit {
	display: inline-flex;
	background-color: #234398;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	align-items: center;
}

#ex_service_tit aside {
	font-size: 1.125em;
	color: #FFFFFF;
	font-weight: bold;
}

#ex_service_tit h2 {
	font-size: 1.500em;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}

#ex_service_box {
	border: 1px solid #234398;
	background-color: #F7F7F7;
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}

#ex_service_box .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #C0C0C0;
	padding-bottom: 10px;
	margin-bottom: 30px;
	flex-wrap:wrap;
}

#ex_service_box ul {
	width: 48%;
}

#ex_service_box ul li {
	margin-bottom: 10px;
}

#precedents {
	padding-top: 70px;
	padding-bottom: 70px;
}

#precedents ul {
margin-top: 70px;
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

#precedents ul li {
	width: 48%;
	margin-bottom: 50px;
}

#precedents ul li a {
	height: 263px;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: block;
	width: 100%;
	display: flex;
	position: relative;
  overflow: hidden;
}

#precedents ul li a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}

#precedents ul li:first-child a::before {
  background-image: url(../images/k_img1.png);
}

#precedents ul li a:hover::before {
  transform: scale(1.1);
}

#precedents ul li:nth-child(2) a::before {
  background-image: url("../images/k_img2.png");
}

#precedents ul li:nth-child(2) a:hover::before {
  transform: scale(1.1);
}

#precedents ul li:nth-child(3) a::before {
  background-image: url("../images/k_img3.png");
}

#precedents ul li:nth-child(3) a:hover::before {
  transform: scale(1.1);
} 

#precedents ul li:nth-child(4) a::before {
  background-image: url("../images/k_img4.png");
}

#precedents ul li:nth-child(4) a:hover::before {
  transform: scale(1.1);
}  


#precedents ul li section {
	max-width: 75%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,100%,0.65);
	border-radius: 13px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#precedents ul li section h3 {
	font-size: 1.375em;
	font-weight: bold;
	color: #234398;
	border-bottom: 1px solid #234398;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

#precedents ul li section p {
font-size: 1.125em;
}

#precedents .btn {
    margin-top: 0px;
}

#next_tit3 {
	background-image: url(../images/column_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: center center;
}

#column_layout {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#left {
	max-width: 770px;
	width: 100%;
	margin-right: 30px;
}

#right {
max-width: 260px;
width: 100%;
}

#columnList {
	margin-bottom: 30px;
}

#columnList li figure img {
max-width: 170px;
min-width: 170px;
width: 100%;
	height: 170px;
	object-fit: cover;
}

#columnList li a {
	display: flex;
	text-align: left;
}

#columnList li a section {
	margin-left: 15px;
}

#columnList li {
	border-bottom: 1px dotted #707070;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#columnList li a section h2 {
	font-size: 1.125em;
	font-weight: bold;
	background-image: url(../images/ber.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

#columnList li a section aside {
	color: #041778;
	font-size: 0.875em;
	text-align: right;
	font-weight: bold;
	padding-bottom: 15px;
}

#right h3 {
	color: #234398;
	font-weight: bold;
	text-align: left;
	border-left: 3px solid #234398;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#right ul.subList li {
	border-bottom: 1px dotted #707070;
}

#right ul.subList li:last-child {
	border-bottom: 0px dotted #707070;
}

#right ul.subList li a {
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-flex;
	text-align: left;
}

#right ul.subList li a img {
	width: 100%;
	min-width: 114px;
	max-width: 114px;
	height: 114px;
	object-fit: cover;
}

#right ul.subList li a figure {
	margin-right: 10px;
}

#right ul.subList li p {
	font-size: 0.938em;
}

.subLink {
	font-size: 0.938em;
	text-align: right;
	margin-bottom: 40px;
		}

.subLink a {
	color: #234398;
	background-image: url(../images/m_yajirushi.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.subLink a:hover {
	color: #A2A2A2;
}

.subList2 {
	margin-top: 15px;
}

.subList2 li {
	margin-bottom: 10px;
	font-weight: 500;
}

.subList2 li a {
	color: #234398;
}

.subList2 li a:hover {
	color: #A2A2A2;
}

#n_serviceArea {
	background-color: #F2FAFF;
	padding-top: 80px;
	padding-bottom: 80px;
}

#n_serviceArea_inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

#n_serviceArea_inner section {
	background-color: #FFFFFF;
	border-radius: 30px;
	width: 48%;
	-webkit-box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 33px;
	padding-bottom: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#n_serviceArea_inner section h3 {
	font-size: 1.375em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004BB1;
	border-radius: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	margin-bottom: 20px;
}

#n_serviceArea_inner section figure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

#n_serviceArea_inner section aside {
	margin-bottom: 20px;
	color: #3B4043;
}

.b_text {
	color: #234398;
	margin-bottom: 20px;
}

#titleStyle {
	position: relative;
	font-size: 1.500em;
	font-weight: bold;
	background-color: #F2FAFF;
	text-align: left;
	color: #234398;
	padding: 15px 30px;
	border-bottom: 2px solid #234398;
	margin-bottom: 17px;
}

#titleStyle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}

.column_date {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
}

.column_date time {
	display: flex;
	justify-content: space-between;
	color: #234398;
	font-weight: bold;
	font-size: 0.938em;
}

.column_date p {
	color: #041778;
	font-weight: bold;
	font-size: 0.875em;
	border: 1px solid #234398;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F7F7F7;
}

.relatedArticles {
	margin-bottom: 30px;
	border: 1px solid #234398;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: visible;
	display: flex;
}

.relatedLabel {
	font-size: 0.938em;
	color: #FFFFFF;
	background-color: #234398;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	position: absolute;
	top: -12px;
	left: -1px;
	z-index: 2;
}

.relatedArticles figure {
	margin-right: 25px;
}

.relatedArticles figure img {
width: 100%;
	min-width: 132px;
	max-width: 132px;
	height: 132px;
	object-fit: cover;
}

#authorInfo {
	margin-bottom: 30px;
}

.relatedArticles .inner {
	text-align: left;
}

.relatedArticles .inner time {
	color: #3B4043;
	font-size: 0.750em;
	margin-bottom: 5px;
	line-height: 1;
}

.relatedArticles .inner dl dt {
	font-size: 0.875em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #3B4043;
}

.relatedArticles .inner dl dd {
	font-size: 0.875em;
	line-height: 1.7;
	color: #3B4043;
}

.relatedArticles:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.authorInfo {
	border-top: 1px solid #234398;
	border-bottom: 1px solid #234398;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}

.authorInfo .inner {
	background-color: #F2FAFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	display: flex;
}

.authorInfo .inner figure img {
	min-width: 90px;
	max-width: 90px;
	width: 100%;
	height: 90px;
	object-fit: cover;
	border-radius: 50px;
}

.authorInfo_comm {
	margin-left: 20px;
	text-align: left;
}

.authorInfo_comm dl dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 1px dotted #707070;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.cms {
	padding-bottom: 50px;
}

.editorPick {
	margin-top: 80px;
}

.editorPick h2 {
	font-size: 1.750em;
	font-weight: bold;
	text-align: left;
		background-image: url(../images/ber.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 24px;
}

.editorPick ul {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.editorPick ul li {
	width: 32%;
	background-color: #F2FAFF;
}

.editorPick ul li a {
	background-color: #F2FAFF;
}

.editorPick ul li figure {
	position: relative;
}

.editorPick ul li figure figcaption {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 0.875em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #264097;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: center;
}

.tv_block p strong {
font-size: 1.250em;
}

.spacer {
	height: 50px;
	display: block;
}

.m_spacer {
	height: 10px;
	display: block;
	margin-top: -100px;
}

.commBlock {
	margin-top: 30px;
	max-width: 1020px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.commBlock2 {
	max-width: 1020px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 15px;
}

.commBlock p,
.commBlock2 p {
	padding-bottom: 20px;
}

#Keyword {
	max-width: 1080px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

#Keyword li {
	font-size: 1.125em;
	width: 18.5%;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tsAbout {
	margin-top: 85px;
}

#tsAbout h3 {
	margin-top: 30px!important;
	margin-bottom: 25px!important;
}

#tsAbout .nt_list li {
	width: 30%!important;
	margin-bottom: 80px!important;
}

#tsInner {
padding-bottom: 20px!important;
}

.hight {
	margin-top: 80px;
	display: block;
}

#tsPrice {
	background-color: #F2FAFF;
	margin-top: 65px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#ts_room {
	margin-top: 40px;
	max-width: 780px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

.ts_ex {
	max-width: 367px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	border: 3px solid #234398;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
}

.ts_ex h3 {
	color: #234398;
	font-size: 1.250em;
	font-weight: bold;
	padding-bottom: 20px;
}

.ts_exImg figure {
	position: relative;
}

.ts_exImg figure figcaption {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 1.125em;
	font-weight: bold;
		padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ts_exImg figure:first-child figcaption {
	background-color: #FFFFFF;
}

.ts_exImg figure:last-child figcaption {
	background-color: #FFD500;
}

.ts_ex_y {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ts_ex table {
	width: 100%;
	min-width: 0px;
	margin-top: 20px;
}

.ts_ex table th {
	text-align: center;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	border-bottom: 1px dotted #234398;
	border-right: 1px dotted #234398;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ts_ex table td {
	text-align: center;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	border-right: 1px dotted #234398;
		padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ts_ex table th:last-child,
.ts_ex table td:last-child {
	border-right: 0px dotted #234398;
}

.ts_ex dl {
	margin-top: 40px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.ts_ex dl dt {
	background-color: #234398;
	color: #FFFFFF;
	border-radius: 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 20px;
}

.ts_ex dl dd {
	font-size: 1.125em;
	color: #000000;
	font-weight: 900;
}

.ts_ex dl dd strong {
	font-size: 1.667em;
	color: #A8081E;
}

#tsPrice2 {
max-width: 830px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

#tsPrice2 table {
	width: 100%;
	border: 2px solid #234398;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	table-layout: fixed;
	text-align: center;
}

#tsPrice2 table td:last-child {
	text-align: right!important;
}

#tsPrice2 table tr:first-child th  {
	background-color: #234398;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

#tsPrice2 table tr:first-child th:last-child  {
	border-right: 0px solid #FFFFFF;
}

#tsPrice2 table tr:not(:first-child) th:first-child {
	background-color: #F2FAFF;
	color: #000;
	text-align: center;
	font-size: 0.938em;
	border-bottom: 1px solid #707070;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tsPrice2 table td {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 0.938em;
	border-bottom: 1px solid #707070;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #707070;
}

#tsPrice2 table td:nth-child(3),
#tsPrice2 table td.b_text {
	font-weight: bold;
	color: #234398;
}

.rightFont {
	text-align: left;
	margin-top: 20px;
}

#tsService {
	background-color: #264097;
	background-image: url(../images/yajirushi2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 80px;
}



#tsService .title h2 {
	color: #FFFFFF!important;
}

#tsService .title {
	background-image: url(../images/w_ber.png)!important;
}

#tsService ul {
	margin-top: 50px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

#tsService ul li {
	width: 18%;
	margin-bottom: 40px;
	text-align: center;
	color: #FFFFFF;
}

#tsService ul li img {
	padding-bottom: 8px;
}

#tsService section {
	margin-top: 30px;
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	background-color: hsla(0,0%,100%,0.20);
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tsService section h3 {
	font-size: 1.250em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 15px;
}

#tsService section p {
	color: #FFFFFF;
}

#tsAbout2 {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#tsAbout_top {
	margin-top: 40px;
	display: flex;
}

#tsAbout_top figure {
max-width: 440px;
width: 100%;
}

#tsAbout_top p {
	margin-left: 30px;
	text-align: left;
}

#tsAbout_block {
	background-color: #49A2D9;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	margin-top: 40px;
}

#tsAbout_block h3 {
	font-size: 1.875em!important;
	font-weight: bold!important;
	color: #FFFFFF!important;
	margin-top: 0px;
	margin-bottom: 0px;
}

#tsAbout_list {
	margin-top: 35px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#tsAbout_list li {
	text-align: center;
	background-color: #FFFFFF;
	width: 18%;
	margin-bottom: 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#tsAbout_list2 {
	margin-top: 17px;
}

#tsAbout_list2 li {
	color: #FFFFFF;
	background-image: url(../images/y_point.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.tsFont {
	color: #FFFFFF;
	margin-top: 25px;
}

#mainImg5 {
	background-image: url(../images/gy_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg5 section {
	margin-left: 5%;
}

#mainImg5 section h1 {
	font-size: 2.500em;
	font-family: "Noto Serif JP", serif;
	color: #FFFF3D;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg5 section p {
	font-size: 2em;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.5;
}

#mainImg9 section p {
	font-size: 2em;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.5;
}

#mainImg5 section aside {
	margin-top: 25px;
	background-color: #A8081E;
	display: block;
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-family: "Noto Serif JP", serif;
}

#gyList .nt_list2 li dl dd {
    height: 115px;
}

#gyPrice {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

#gyPrice_list {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

#gyPrice_list section {
	width: 31%;
	margin-bottom: 48px;
	border: 1px solid #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 5px 5px hsla(0,0%,0%,0.16);
	box-shadow: 5px 5px hsla(0,0%,0%,0.16);
	padding-bottom: 18px;
}

#gyPrice_list section h3 {
	background-color: #989898;
	color: #FFFFFF;
	font-size: 1.125em;
	font-weight: bold;
	padding-top: 14px;
	padding-bottom: 14px;
}

#gyPrice_list section dl dt {
	margin-top: 13px;
	font-weight: bold;
}

#gyPrice_list section dl dd {
	font-size: 1.250em;
	font-weight: bold;
	color: #A8081E;
	margin-bottom: 15px;
}

#gyPrice_list section dl dd strong {
	font-size: 1.2em;
}

#gyBlock {
	background-color: #D4EDFC;
	padding-top: 80px;
	padding-bottom: 80px;
}

#gyBlock_inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	justify-content: space-between;
}

#gyBlock_inner #gyBlock_img {
	max-width: 495px;
	width: 100%;
	margin-left: 45px;
}

#gyBlock_inner #gyBlock_img img {
	border-radius: 10px;
	margin-bottom: 28px;
}

#gyBlock_inner #gyBlock_img p a {
	background-color: #264097;
	border-radius: 5px;
	padding-top: 12px;
	padding-right: 27px;
	padding-bottom: 12px;
	padding-left: 27px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}

#gyBlock_inner #gyBlock_img p a:hover {
	background-color: #49A2D9;
}

#gyBlock_inner section {
	text-align: left;
}

#gyBlock_inner section h2 {
	font-size: 1.500em;
	font-weight: bold;
	margin-bottom: 60px;
}

#gyBlock_inner section p {
	line-height: 2;
	padding-bottom: 30px;
}

#contact_tit {
	background-image: url(../images/contact_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: right 0%;
}

#contact_tit h1 {
	font-family: "Noto Serif JP", serif;
	color: #004BB1;
	font-size: 2.500em;
	font-weight: 600;
}

#contactForm {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}

#contactForm dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

#contactForm dl dt {
	width: 230px;
	border-bottom: 3px solid #264097;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contactForm dl dt span {
	font-size: 0.750em;
	color: #FFFFFF;
	background-color: #A8081E;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	align-self: flex-start;
}

#contactForm dl dd {
	width: calc(100% - 230px);
	border-bottom: 1px dotted #A8A8A8;
	padding-bottom: 25px;
	padding-left: 30px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}

#contactForm dl dd input,
#contactForm dl dd textarea {
	border: 1px solid #BEBEBE;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
}

#contactForm dl dd span {
	padding-top: 5px;
	display: block;
}

#contactForm dl dd label {
	line-height: 2.1;
	margin-right: 15px;
}

#contactForm dl dd label input {
	width: auto!important;
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	margin-right: 10px;
	transform-origin: center center;
	line-height: 2;
}

.formBtn {
	font-size: 1.125em;
	background-color: #004BB1;
	border-radius: 50px!important;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 80px;
}

.formBtn:hover {
	background-color: #0AA5C5;
}

#service_tit {
	background-image: url(../images/service_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: right 0%;
}

#service_tit h1 {
	font-family: "Noto Serif JP", serif;
	color: #004BB1;
	font-size: 2.500em;
	font-weight: 600;
}

#serviceTop {
	background-color: #234398;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	z-index: 0;
	margin-bottom: 90px;
}

#serviceTop::after {
z-index: 0;
    content: ''; 
    position: absolute; 
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #234398 transparent transparent transparent;
}

#serviceTop h2 {
	font-size: 2.500em;
	color: #FFFFFF;
	z-index: 2;
}

#serviceTop h2 .yellow {
	color: #F6FF0A;
}

#serviceTop h2 .s_block {
	display: block;
	font-size: 1.5em;
		font-weight: bold;
}

#serviceTop h2 .s_block strong {
	font-size: 1.5em;
	font-style: italic;
	margin-right: 10px;
}

#serviceArea #topService_list {
max-width: 1104px!important;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content:flex-start!important;
margin-top: 45px;
}

#serviceArea #topService_list li {
	max-width: calc(100%/4 - 24px);
	width: 100%;
	margin-left: 12px;
	margin-right: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#mainImg6 {
	background-image: url(../images/next_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg6 section {
	margin-left: 5%;
}

#mainImg6 section h1 {
	font-size: 3.125em;
	font-family: "Noto Serif JP", serif;
	color: #FFFF3D;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg6 section aside {
	margin-top: 25px;
	background-color: #A8081E;
	display: block;
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-family: "Noto Serif JP", serif;
}

#ist_top {
	background-color: #F8F6E9;
	padding-top: 50px;
	padding-bottom: 50px;
}

#ist_top_inner {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ist_top_inner h2 {
	font-size: 1.875em;
	font-weight: bold;
}

#ist_top_inner ul  {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

#ist_top_inner ul li {
	width: 31%;
}

#ist_top_inner ul li img {
	border-radius: 5px;
}

#is_Servicearea {
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#is_Servicearea dl {
	background-color: #F3F5FB;
	border-radius: 5px;
	padding-top: 27px;
	padding-right: 27px;
	padding-bottom: 27px;
	padding-left: 27px;
	text-align: left;
	margin-top: 20px;
}

#is_Servicearea dl dt {
	color: #264097;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 10px;
}

#is_Servicearea dl dd {
	line-height: 1.8;
}

#is_Servicearea ul {
	margin-top: 20px;
}

#is_Servicearea .title {
	margin-bottom: 45px;
}

#is_Servicearea ul li {
	line-height: 1.8;
}

#mainImg7 {
	background-image: url(../images/next_bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg8 {
	background-image: url(../images/next_bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg9 {
	background-image: url(../images/next_bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg10 {
	background-image: url(../images/bt_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg11 {
	background-image: url(../images/hk_main_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg12 {
	background-image: url(../images/ih_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg13 {
	background-image: url(../images/rh_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg14 {
	background-image: url(../images/kk_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg15 {
	background-image: url(../images/fd_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg16 {
	background-image: url(../images/ss_main2_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg17 {
	background-image: url(../images/rs_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}

#mainImg18 {
	background-image: url(../images/su_main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 434px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}
#mainImg7 section,
#mainImg8 section,
#mainImg9 section,
#mainImg10 section,
#mainImg11 section,
#mainImg12 section,
#mainImg13 section,
#mainImg14 section,
#mainImg15 section,
#mainImg16 section,
#mainImg17 section,
#mainImg18 section {
	margin-left: 5%;
}

#mainImg7 section h1,
#mainImg8 section h1,
#mainImg9 section h1,
#mainImg10 section h1,
#mainImg11 section h1,
#mainImg12 section h1,
#mainImg13 section h1,
#mainImg14 section h1,
#mainImg15 section h1,
#mainImg16 section h1,
#mainImg17 section h1,
#mainImg18 section h1 {
	font-size: 3.125em;
	font-family: "Noto Serif JP", serif;
	color: #FFFF3D;
	font-weight: 700;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.3;
}

#mainImg7 section aside,
#mainImg8 section aside,
#mainImg9 section aside {
	margin-top: 25px;
	background-color: #A8081E;
	display: block;
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 50px;
	padding-bottom: 8px;
	padding-left: 50px;
	font-family: "Noto Serif JP", serif;
}

#mainImg10 section p,
#mainImg11 section p,
#mainImg12 section p,
#mainImg13 section p,
#mainImg14 section p,
#mainImg15 section p,
#mainImg16 section p,
#mainImg17 section p,
#mainImg18 section p {
font-family: "Noto Serif JP", serif;
	font-size: 2em;
	color: #FFF;
	font-weight: 500;
	text-shadow: 0px 3px 6px hsla(0,0%,0%,0.16),0px 3px 6px hsla(0,0%,0%,0.16);
	line-height: 1.5;
	margin-top: 10px;
}

#btPoint {
	background-color: #264097;
	padding-top: 80px;
	padding-bottom: 30px;
}

#btPoint .inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#btPoint h2 {
	max-width: 305px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#btPoint ul {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

#btPoint ul li {
	width: 23%;
	margin-bottom: 50px;
}

#btPoint ul li section h3 {
	font-size: 1.313em;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#btPoint ul li section p {
	color: #FFFFFF;
	border-top: 1px dotted #FFFFFF;
	padding-top: 15px;
}

#btArea {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#btArea figure {
max-width: 347px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#btArea section {
	margin-left: 30px;
	text-align: left;
	max-width: 622px;
width: 100%;
}

#btArea section h2 {
	color: #264097;
	font-weight: bold;
	font-size: 1.500em;
	margin-bottom: 30px;
}

#btArea section p {
	line-height: 2;
}

#tcPoint {
	padding-top: 80px;
}

#tcPoint .inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#tcPoint ul {
	margin-top: 97px;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

#tcPoint ul li {
	margin-bottom: 80px;
	max-width: 420px;
	width: 100%;
	margin-left: 25px;
	margin-right: 25px;
}

#tcPoint ul li figure {
	position: relative;
}

#tcPoint ul li figure figcaption {
	position: absolute;
	left: -18px;
	top: -33px;
	background-color: #49A2D9;
	border-radius: 50px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: bold;
	flex-direction: column;
	line-height: 1;
}

#tcPoint ul li figure figcaption span {
	font-size: 2.375em;
}

#tcPoint ul li h3 {
	color: #49A2D9;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#tcPrice {
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#tcPrice h2 {
	background-color: #D4EDFC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #264097;
	font-size: 1.500em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

#tcPrice .inner {
display: flex;
justify-content: space-between;
}

#tcPrice .inner figure {
max-width: 420px;
width: 100%;
}

#tcPrice .tcComm {
	text-align: left;
	margin-left: 35px;
}

#tcPrice .tcComm p {
	line-height: 1.8;
	padding-bottom: 35px;
}

.subTit {
	font-size: 1.250em;
	font-weight: bold;
	color: #234398;
}

#tcPoint_list {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #D4EDFC;
	border-radius: 15px;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#tcPoint_list h2 {
	font-size: 1.500em;
	font-weight: bold;
	color: #264097;
	margin-bottom: 30px;
}

#tcPoint_list h2 span {
  position: relative;
  background: linear-gradient(transparent 40%, #FFF 40%);
}

#tcPoint_list ul {
display: flex;
flex-wrap:wrap;
}

#tcPoint_list ul li {
	margin-right: 30px;
	background-image: url(../images/point-1.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 16px;
	margin-bottom: 10px;
}

#tcPoint_list p {
	text-align: left;
	margin-top: 30px;
}


#rhPoint {
	padding-top: 80px;
	padding-bottom: 30px;
}

#rhPoint .inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#rhPoint ul {
	margin-top: 50px;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#rhPoint ul li {
	margin-bottom: 50px;
	max-width: 31%;
	width: 100%;
}

#rhPoint ul li figure {
}

#rhPoint ul li h3 {
	color: #49A2D9;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#rhPrice .inner {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}


#rhPrice table {
	width: 100%;
	border: 2px solid #234398;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	table-layout: fixed;
	text-align: center;
}

#rhPrice table td:last-child {
	text-align: right!important;
}

#rhPrice table tr:first-child th  {
	background-color: #F2FAFF;
	color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

#rhPrice table tr:first-child th:last-child  {
	border-right: 0px solid #FFFFFF;
}

#rhPrice table tr:not(:first-child) th:first-child {
	background-color: #F2FAFF;
	color: #000;
	text-align: center;
	font-size: 0.938em;
	border-bottom: 1px solid #707070;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#rhPrice table td {
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 0.938em;
	border-bottom: 1px solid #707070;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #707070;
}

#rhPrice table td:nth-child(3),
#rhPrice table td.b_text {
	font-weight: bold;
	color: #234398;
}

#fd_point {
	margin-top: 25px;
	margin-bottom: 25px;
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #49A2D9;
	border-radius: 13px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

#fd_point .inner {
	display: flex;
	align-items: center;
	text-align: left;
}

#fd_point .inner p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}

#fd_point .inner p strong {
	color: #FFFF3D;
}

#fd_point aside {
max-width: 255px;
width: 100%;
}

#fd_point aside img {
border-radius: 13px;
}

#fd_point figure {
	max-width: 162px;
}

.t_contents {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.t_contents .title {
	margin-bottom: 30px;
}

.t_contents p {
	text-align: left;
}

#topList_block2 {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #D4EDFC;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#topList_block2 h3 {
	color: #234398;
	font-weight: bold;
	font-size: 1.375em;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 64px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

#topList_block2 ul {
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

#topList_block2 ul li {
	width: 48%;
	display: flex;
	margin-bottom: 50px;
}

#topList_block2 ul li figure {
	text-align: center;
	max-width: 80px;
	min-width: 80px;
width: 100%;
}

#topList_block2 ul li dl {
	margin-left: 15px;
}

#topList_block2 ul li dl dt {
	color: #234398;
	font-weight: bold;
	font-size: 1.250em;
	margin-bottom: 7px;
}

#topList_block2 aside {
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.commBox {
	background-color: #D4EDFC;
	border-radius: 15px;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#aboutBox {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	border: 5px solid #49A2D9;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#aboutBox figure {
max-width: 175px;
min-width: 175px;
width: 100%;
}

#aboutBox section {
	text-align: left;
	margin-left: 35px;
}

#aboutBox section h3 {
	color: #004BB1;
	font-weight: bold;
	font-size: 1.250em;
	margin-bottom: 25px;
	line-height: 1.6;
}

#aboutBox section ul {
	margin-top: 25px;
}

#aboutBox section ul li {
	background-image: url(../images/dot2.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#aboutBox section ul li a {
	color: #49A2D9;
	text-decoration: underline;
}

#aboutBox section ul li a:hover {
	color: #A4A4A4;
	text-decoration: none;
}

#suPrice {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 80px;
}

#suPrice .title {
	margin-bottom: 30px;
}

#suPrice table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px auto;
  font-family: 'Helvetica Neue', sans-serif;
  border: 2px solid #2C3E50; /* 外枠の濃い線 */
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}

#suPrice th {
  background-color: #49A2D9;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  border: 2px solid #2C3E50; /* 各セルの濃い罫線 */
  text-align: center;
}

#suPrice td {
  padding: 12px;
  text-align: center;
  border: 2px solid #2C3E50; /* 各セルの濃い罫線 */
  background-color: #fff;
  color: #333;
}

#suPrice td.size {
  background-color: #F0F8FF;
  font-weight: bold;
  color: #333;
}

#suPrice td.price {
  background-color: #EAF6FD;
  font-weight: bold;
}

#suPrice td[colspan="2"].price {
  background-color: #D4EDFC;
  font-weight: bold;
}

#suPrice tr:hover td {
  background-color: #F9FCFF;
  transition: background-color 0.3s ease;
}

#next_tit4 {
	background-image: url(../images/st_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: center center;
}

.staffBox {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-color: #D4EDFC;
	border-radius: 20px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 50px;
	}
	
.staffBox figure {
	max-width: 230px;
	min-width: 230px;
	width: 100%;
	margin-right: 35px;
	}
	
.staffBox dl {
	text-align: left;
	}
	
.staffBox dl dt {
	color: #264097;
	font-weight: bold;
	font-size: 1.250em;
	margin-bottom: 30px;
	}
	
.staffBox dl dd {
	line-height: 1.8;
	}
	
.s_reverse {
flex-direction: row-reverse!important;
}

.s_reverse figure {
	max-width: 230px;
	min-width: 230px;
	width: 100%;
	margin-right: 0px;
	margin-left: 35px;
	}
	
#next_tit5 {
	background-image: url(../images/line_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: left center;
}

#next_tit6 {
	background-image: url(../images/pp_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: center center;
}

#next_tit7 {
	background-image: url(../images/prf_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: center center;
}

#next_tit8 {
	background-image: url("../images/news_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
	background-position: left center;
}

.lineFlow .title h2 {
	padding-bottom: 0px!important;
}

.lineFlow .title {
	margin-bottom: 25px!important;
}

.lineFlow #top_flow_inner {
	margin-top: 50px;
}

.lineFlow {
	padding-top: 50px!important;
	margin-bottom: -50px;
}

.lineFlow #top_flow_inner {
    padding-bottom: 100px!important;
}

.lineFlow .flow_block {
    padding-bottom: 35px!important;
}

.lineFlow .flow_block_tit {
    margin-bottom: 0px!important;
}

.contentsBlock {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	margin-top: 80px;
}

.contentsBlock2 {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.contentsBlock h3 {
	background-color: #D4EDFC;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: left;
	color: #264097;
	font-weight: bold;
	font-size: 1.500em;
	margin-bottom: 30px;
}

.contentsBlock2 h2 {
	background-color: #D4EDFC;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: left;
	color: #264097;
	font-weight: bold;
	font-size: 1.500em;
	margin-bottom: 30px;
}

.contentsBlock ul li {
	background-image: url(../images/dot2.png);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 15px;
	margin-bottom: 30px;
}

#authorTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#authorTop figure {
max-width: 222px;
width: 100%;
}

#authorTop section {
	width: calc(100% - 262px);
	text-align: left;
}

#authorTop section h3 {
	color: #264097;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 20px;
}

#authorTop section dl {
display: flex;
flex-wrap:wrap;
}

#authorTop section dl dt {
	max-width: 108px;
	width: 100%;
	border-bottom: 1px dotted #000000;
	padding-bottom: 12px;
		margin-bottom: 16px;
}

#authorTop section dl dd {
	width: calc(100% - 113px);
	border-bottom: 1px dotted #000000;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

.authorBlock {
	padding-bottom: 45px;
		text-align: left;
}

.authorBlock  section {
	margin-bottom: 35px;
}

.authorBlock  section h3 {
		color: #264097;
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 5px;
}

.fontStyle2 {
	text-align: left;
	padding-bottom: 80px;
}

#bpMain {
	background-image: url(../images/bp_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 434px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 58px;
}

#bpMain section {
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-right: 75px;
	padding-bottom: 35px;
	padding-left: 75px;
	border-radius: 15px;
	margin-left: 1em;
	margin-right: 1em;
}

#bpMain section h1 {
	color: #004BB1;
	font-size: 3.313em;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.5;
}

.shareBlock {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.shareBlock .title {
	margin-bottom: 30px;
}

.shareBlock p {
	text-align: left;
	margin-bottom: 30px;
}

#bp_about {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/AdobeStock_105294368.jpg);
	height: 292px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 33px;
	margin-bottom: 100px;
}

#bp_about figure {
max-width: 200px;
width: 100%;
}


#bp_about ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 0.875em;
	width: 278px;
}

#bp_about ul li a {
	background-color: #264097;
	border-radius: 3px;
	color: #FFFFFF;
	height: 50px;
	display: block;
width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bp_about ul li a:hover {
	background-color: #B7B7B7!important;
}

#bp_about ul li:nth-child(2) a {
	background-color: #49A2D9;
}

#bp_about ul li:nth-child(2) {
	font-family: "din-2014", sans-serif;
	font-size: 1.500em!important;
}

#bp_about ul li:nth-child(3) a {
	background-color: #997FB1;
}

#bp_about ul li a span {
	background-image: url(../images/bp_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
}

#bp_about ul li:nth-child(2) a span {
	background-image: url(../images/bp_tel.png)!important;
	padding-left: 26px!important;
}

#bp_about ul li:nth-child(3) a span {
	background-image: url(../images/corp_img.png)!important;
	padding-left: 28px!important;
}

#bp_ex {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #DCF0FC;
}

.bp_contents .title {
	margin-bottom: 50px;
}

#bp_ex ul {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	display: flex;
	flex-wrap:wrap;
}

#bp_ex ul li {
	width: calc(100%/4 - 30px);
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 50px;
}

#bp_ex ul li img {
	margin-bottom: 10px;
	border-radius: 5px;
}

#bp_image {
	padding-top: 80px;
	padding-bottom: 80px;
}

#bp_image section {
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#bp_image section h3 {
	color: #004BB1;
	font-weight: bold;
	font-size: 1.250em;
	margin-bottom: 10px;
}

#bp_image ul {
display: flex;
justify-content: center;
flex-wrap:wrap;
}

#bp_image ul li {
	margin-bottom: 50px;
	max-width: 223px;
	width: 100%;
	margin-left: 12px;
	margin-right: 12px;
	border: 1px solid #707070;
	position: relative;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#bp_image ul li aside {
	position: absolute;
	top: -17px;
	left: 17px;
	font-size: 1.313em;
	font-weight: bold;
	color: #FFFFFF;
	width: 37px;
	height: 37px;
	background-color: #2D99D6;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#bp_image ul li dl {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-top: 20px;
}

#bp_image ul li dl dt {
	margin-bottom: 8px;
	font-size: 0.938em;
}

#bp_image ul li dl dd {
		display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center!important;
}

#bp_image ul li dl dd p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 83px;
	height: 21px;
	font-size: 0.688em;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	color: #FFFFFF;
}

.bp01 {
	background-color: #1CB111;
}

.bp02 {
	background-color: #9666C1;
}
.bp03 {
	background-color: #264097;
}

.bp_flow {
	padding-top: 0px!important;
}

.bp_flow .flow_block_tit {
align-items: center!important;
}

.bp_flow .flow_block:last-child {
	border-width: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFE3F6;
	border-color: #9666C1;
}

.bp_flow .flow_block_tit section h3 {
    margin-bottom: 0px!important;
}

.bp_flow .flow_block_tit section ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.bp_flow .flow_block_tit section ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 0.875em;
	width: 236px;
	margin-right: 15px;
}

.bp_flow .flow_block_tit section ul li:last-child {
		margin-right: 0px;
}

.bp_flow .flow_block_tit section ul li a {
	background-color: #264097;
	border-radius: 3px;
	color: #FFFFFF;
	height: 50px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bp_flow .flow_block_tit section ul li a:hover {
	background-color: #B7B7B7!important;
}

.bp_flow .flow_block_tit section ul li:nth-child(2) a {
	background-color: #49A2D9;
}

.bp_flow .flow_block_tit section ul li:nth-child(2) {
	font-family: "din-2014", sans-serif;
	font-size: 1.500em!important;
}

.bp_flow .flow_block_tit section ul li:nth-child(3) a {
	background-color: #997FB1;
}

.bp_flow .flow_block_tit section ul li a span {
	background-image: url(../images/bp_mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
}

.bp_flow .flow_block_tit section ul li:nth-child(2) a span {
	background-image: url(../images/bp_tel.png)!important;
	padding-left: 26px!important;
}

.bp_flow .flow_block_tit section ul li:nth-child(3) a span {
	background-image: url(../images/corp_img.png)!important;
	padding-left: 28px!important;
}

.bp_flow {
	margin-bottom: 80px;
}

.newsList {
max-width: 1080px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

.newsList li {
	border-bottom: 1px solid #707070;
		margin-bottom: 15px;
}

.newsList li a {
	padding-top: 18px;
	padding-bottom: 18px;
	display: inline-flex;
	text-align: left;
}

.newsList li a data {
max-width: 120px;
width: 100%;
font-size: 0.938em;
}

.newsList li a dl dt {
	font-weight: bold;
	font-size: 1.125em;
	margin-bottom: 10px;
}

.newsList li a dl dd {
	line-height: 1.8;
}

#newsContents {
	max-width: 1080px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

.news_tit {
	background-color: #E6F4FD;
	border-top: 5px solid #004BB1;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: left;
}

.news_tit h1 {
	font-size: 1.500em;
	font-weight: bold;
}

#newsContents img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
	max-width: 70%;
width: 100%;
}

#newsContents p {
	text-align: left;
	margin-bottom: 30px;
}

#newsContents h2 {
	font-size: 1.375em;
	font-weight: bold;
	background-color: #EBEBEB;
	color: #004BB1;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	margin-bottom: 22px;
	text-align: left;
	margin-top: 80px;
}

#newsContents h3 {
	font-size: 1.250em;
	font-weight: bold;
	color: #004BB1;
	padding-bottom: 13px;
	margin-bottom: 22px;
	text-align: left;
	margin-top: 80px;
	border-bottom: 1px solid #707070;
}

#newsContents h4 {
	font-size: 1.250em;
	font-weight: bold;
	color: #004BB1;
	margin-bottom: 17px;
	text-align: left;
	margin-top: 80px;
}