@charset "utf-8";@import url("https://unpkg.com/sanitize.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("animation.css");
@import url("import/attachment.css");

@import url("inview.css");:root {
	--primary-color: #235b85;
	--secondary-color: #2c79ac;
	--primary-text-color: #ffffff;
}

*::selection {
 background-color:rgba(216,216,216,1);
 color: #000;
}
*::-moz-selection {
 background-color:rgba(216,216,216,1);
 color: #000;
}

body,html {
	font-size: 13px;
	overflow-x: hidden
}

@media screen and (min-width: 900px) {
	body,html {
		font-size:1pc
	}
}

body {
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
	font-weight:500;
	-webkit-text-size-adjust: none;
	background: #f9f9fb;
	color: #333;
	line-height: 2;
	animation: opa1 .3s .5s both;
	opacity: 0
}

dd,figure,nav {
	margin: 0
}

nav {
	padding: 0
}

table {
	border-collapse: collapse
}

img {
	border: 0;
	height: auto;
	vertical-align: middle
}

img,video {
	max-width: 100%
}

iframe {
	width: 100%
}

input {
	font-size: 1rem
}

a {
	color: #696a6a;
	transition: .3s
}

a:hover {
	opacity: .8
}

main>article,
main>section {
	padding: 50px 10%
}

@media screen and (max-width: 400px) {
	main>article,
	main>section {
		padding: 25px 5%;
	}
}

#container {
	max-width: 100%;
	margin: 0 auto
}

header a {
	color: inherit
}

header {
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #2c74aa), color-stop(0.0, #2ea5c3));
 background: -webkit-linear-gradient(top, #2ea5c3 0%, #2c74aa 88%);
 background: -moz-linear-gradient(top, #2ea5c3 0%, #2c74aa 88%);
 background: -o-linear-gradient(top, #2ea5c3 0%, #2c74aa 88%);
 background: -ms-linear-gradient(top, #2ea5c3 0%, #2c74aa 88%);
 background: linear-gradient(to bottom, #2ea5c3 0%, #2c74aa 88%);
	color: var(--primary-text-color);
	text-align: center;
	padding: 20px 5%
}

@media screen and (min-width: 400px) {
	header {
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 65px
	}
}

/* #logo img {
	display: none;
} */

#logo {
    margin: 0;
    width: 170px;
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
}
#logo a {
    text-decoration: none;
}

@media screen and (max-width: 400px) {
	#logo {
        margin-bottom: 0;
        width: 230px;
        margin-top: 0px;
        font-size: 12px;
        line-height: 1.3em;
	}
}

@media screen and (min-width: 400px) {
	#logo {
		margin-bottom:0
	}
}

header .btn {
	padding: 0;
	margin: 0;
	list-style: none
}
header .btn li a {
	background: linear-gradient(#ffc000,#ffa800);
	color: #333;
	border-radius: 3px;
	padding: .5rem 1.5rem
}

#menubar a,header .btn li a {
	display: block;
	text-decoration: none
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Font Awesome\ 5 Free
}

#menubar .ddmenu_parent ul,#menubar.d-n,#menubar_hdr.d-n {
	display: none
}

#menubar.d-b {
	display: block
}

#menubar_hdr.d-b {
	display: flex
}

#menubar {
	position: relative;
	z-index: 9;
	font-size: 18px;
	flex: 1
}

#menubar .ddmenu {
	cursor: default
}

a.ddmenu:before {
	content: "\f078";
	font-weight: 700;
	margin-right: .5em;
	display: inline-block;
	transform: scale(0.7)
}

.p #menubar>nav>ul {
	display: flex;
	margin-left: 30px;
	font-size: .8rem;
	letter-spacing: .1em
}

.p #menubar a {
	padding: 10px
}

.p #menubar ul ul {
	position: absolute;
	z-index: 3;
	border-radius: 10px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	font-size: 12px;
}

.p #menubar ul ul a {
	color: inherit;
	background: rgba(0,0,0,.7);
	padding: 10px 20px
}

@media screen and (max-width: 899px) {
	#menubar > nav > ul > li.ddmenu_parent:hover {
		cursor: pointer;
	}
	#menubar > nav > ul > li.ddmenu_parent > ul > li > a {
		font-size: 12px;
	}
}

.s #menubar.d-b {
	position: fixed;
	overflow: auto;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 75pt 20px 20px;
	background: rgba(0,0,0,.8);
	text-align: center;
	animation: animation1 .2s both;
	color: #fff
}

.s #menubar a {
	color: inherit;
	padding: 10px
}

#search_hdr,
#menubar_hdr {
	position: fixed;
	z-index: 4;
	cursor: pointer;
	right: 10px;
	top: 13px;
	padding: 1pc 14px;
	width: 46px;
	height: 46px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: var(--primary-color)
}

#search_hdr {
	right: 60px;
	color: #fff;
	font-size: 15px;
}
@media screen and (min-width: 651px) {
	#search_hdr {
		display: none;
	}
}
#menubar_hdr span {
	display: block;
	transition: .3s;
	border-top: 2px solid var(--primary-text-color)
}

#menubar_hdr.ham span:nth-of-type(1),#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 20px;
	border-top: 2px solid #fff
}

#menubar_hdr.ham span:nth-of-type(1) {
	transform: rotate(45deg) translate(3.8px,5px)
}

#menubar_hdr.ham span:nth-of-type(3) {
	transform: rotate(-45deg) translate(3.8px,-5px)
}

#menubar_hdr.ham span:nth-of-type(2) {
	display: none
}

#mainimg-box {
    width: 100%;
    height: 0;
    padding-top: 45%;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 400px) {
	#mainimg-box {
	    height: 350px;
	}
}
#mainimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#mainimg-box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('../images/bg_mainimg.png') repeat-x bottom;
    background-size: 1500px !important;
    z-index: 2;
}
@media screen and (max-width: 400px) {
	#mainimg-box::after {
	    background-size: 1000px;
	}
}

#mainimg-box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2rem;
    letter-spacing: .1em;
    -moz-text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    -ms-text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000,0 0 5px #000;
    font-weight: bold;
    z-index: 3;
    font-family: "ten-mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 400px) {
    #mainimg-box p {
			text-align: center;
			line-height: 1.5em;
			font-size: 1.7rem;
			padding-bottom: 20px;
    }
}
.vegas-timer-progress {
    background: #f4f3ef !important;
}

#contents {
	flex: 1
}

#pageImg {
 background: url(../images/bg_page.jpg) no-repeat 50% 90%;
 background-size: cover;
 padding: 5em 0;
    font-family: "ten-mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -moz-text-shadow: 0 0 5px #000,0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000,0 0 5px #000;
    -ms-text-shadow: 0 0 5px #000,0 0 5px #000;
    text-shadow: 0 0 5px #000,0 0 5px #000;
}

#pageImg h2 span,
#pageImg h2 span a {
	color: #fff !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#pageImg h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 auto;
    color: #fff;
    /* ページタイトルの背景色
	    background: rgb(0 0 0 / 35%);
    */
    width: 500px;
    padding: 20px 0 28px;
}

@media screen and (max-width: 400px) {
	#pageImg h2 {
	    font-size: 2.2rem;
	    width: 85%;
	}
}

#pageImg h2 span {
	display: block;
	font-size: .3em;
	letter-spacing: 0;
}
@media screen and (max-width: 400px) {
	#pageImg h2 span {
		font-size: .4em;
	}
}
#pageImg h2.normal {
	text-align: left;
	font-size: 2rem;
	border-bottom: 1px solid #d1d3d3;
	margin-bottom: .5em
}

main h3 {
    font-family: "ten-mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .1em;
    margin: 0;
    color: #000;
    margin-bottom: 1em;
}
main .bg1 h3 {
    color: #fff;
}
main h3 span {
	display: block;
	font-size: .3em;
	letter-spacing: 0;
}

main h3.normal {
	text-align: left;
	font-size: 2rem;
	border-bottom: 1px solid #d1d3d3;
	margin-bottom: .5em
}

@media screen and (max-width: 400px) {
	main h3 {
	    font-size: 2rem;
	}
	main h3 span {
		font-size: .5em;
	}
	
	main h3.normal {
		font-size: 2rem;
	}
}

h4 {
 line-height: 1.4;
 margin-bottom: 10px !important
}

#footermenu {
	margin: 0;
	padding: 20px;
	text-align: center;
	font-size: .8rem
}

#footermenu li {
	display: inline-block;
	padding: 0 10px
}

footer small {
	font-size: 100%
}

footer {
	font-size: .7rem;
	background: var(--primary-color);
	color: var(--primary-text-color);
	text-align: center;
	padding: 20px
}

footer a {
	color: inherit;
	text-decoration: none
}

footer .pr {
	display: block
}

.list-normal .list {
    padding: 0 0 2rem;
}

.list-normal .list figure {
	margin-bottom: 1rem
}

.list-normal .list h4 {
	margin: 0;
	margin-bottom: .5em;
	font-size: 1.3rem
}

.list-normal .list p {
	margin: 0;
	font-size: .9rem
}

@media screen and (min-width: 900px) {
	.list-normal .list div {
		flex:1
	}

	.list-normal .list {
		display: flex;
		align-items: center
	}

	.list-normal .list figure {
		margin-bottom: 0;
		width: 40%;
		margin-right: 2rem
	}
}

.list-half .list {
	display: flex;
	flex-direction: column;
	margin-bottom: 5rem
}

.list-half .list h4 {
	margin: 0;
	font-size: 1.5rem
}

.list-half .image-l img,.list-half .image-r img {
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1)
}

@media screen and (min-width: 900px) {
	.list-half .list {
		flex-direction:row;
		justify-content: space-between;
		align-items: center
	}

	.list-half .image-l,.list-half .image-r {
		width: 30%
	}

	.list-half .image-r {
		margin-left: 2rem
	}

	.list-half .image-l {
		order: -1;
		margin-right: 2rem
	}

	.list-half .text {
		flex: 1
	}
}

.list-half .list-re {
	background: #e7f1f1;
	margin-top: -2rem;
	margin-bottom: 5rem;
	padding: 2rem;
	font-size: .9rem;
	border-radius: 10px;
	position: relative
}

.list-half .list-re:before {
	content: "▲";
	font-size: 30px;
	color: #e7f1f1;
	position: absolute;
	top: -1.2em;
	left: calc(50% - .5em);
	transform: scale(1.5,0.8)
}

.list-grid .list {
	position: relative;
	display: grid;
	grid-template-rows: auto 1 auto;
	margin-bottom: 1rem
}

.list-grid .list h4 {
	margin: 0
}

.list-grid .list .text p {
	margin: 0;
	font-size: .8em;
	line-height: 1.5
}

.list-grid .list figure {
	margin-bottom: 1rem
}

.list-grid .btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: var(--primary-color);
    color: var(--primary-text-color);
    padding: 5px 10px;
    margin-top: 1rem;
    font-size: 12px;
}

@media screen and (min-width: 900px) {
	.list-grid {
		display:grid;
		grid-template-columns: repeat(4,1fr);
		gap: 2rem
	}

	.list-grid .list {
		margin-bottom: 0
	}
}

.new {
	margin: 0;
	display: flex;
	flex-wrap: wrap
}

.new dd,.new dt {
	padding: 5px 0
}

.new dt {
	width: 8em
}

.new dt span {
	display: none
}

.new dd {
	width: calc(100% - 8em)
}

@media screen and (min-width: 900px) {
	.new dt {
		width:14em;
		display: flex;
		justify-content: space-between
	}

	.new dt span {
		display: inline-block;
		width: 7em;
		background: #999;
		color: #fff;
		font-size: .8em;
		text-align: center;
		margin-right: 1em;
		align-self: flex-start;
		line-height: 1.8;
		position: relative;
		top: .4em;
		border-radius: 2px
	}

	.new dt span.icon-bg1 {
		background: #cd0000
	}

	.new dt span.icon-bg2 {
		background: #006acd
	}

	.new dd {
		width: calc(100% - 14em)
	}
}

form > button:hover {
 cursor: pointer;
}

.faq dt,.search dt {
	border-radius: 3px;
	margin-bottom: 1rem;
	background: #fff;
	border: 1px solid #ccc;
	text-indent: -2rem;
	padding: 5px 1em 5px 3em
}

.faq dt,.search dt a:hover {
 text-decoration: none;
}

.faq dt:before {
	content: "\f059"
}

.faq dt:before,.search dt:before {
	font-family: Font Awesome\ 5 Free;
	padding-right: 1rem
}

.search dt:before {
	content: "\f058"
}

.faq dd,.search dd {
	padding: 5px 1rem 30px 3rem
}

.openclose {
	cursor: pointer
}

.thumbnail-view {
	max-width: 750pt;
	margin: 0 auto 1rem;
	text-align: center
}

.thumbnail {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem
}

.thumbnail img {
	width: 75pt;
	margin: 2px;
	cursor: pointer;
	transition: .3s
}

.thumbnail img:hover {
	opacity: .8
}

.back {
	text-align: center
}

.back a {
	text-decoration: none;
	display: inline-block;
	padding: .5rem 2rem;
	border-radius: 30px;
	background: #eee
}

.back a:before {
	font-family: Font Awesome\ 5 Free;
	content: "\f0d9";
	padding-right: .8em;
	font-weight: 700;
	opacity: .5
}

.bg1 {
	background: var(--secondary-color);
	color: var(--primary-text-color)
}

.bg1 a {
	color: inherit
}

.bg_white {
	background: #fff;
}

.ta1 caption {
	font-weight: 700;
	padding: 10px 5px;
	background: #2ea5c3;
	margin-bottom: 15px;
	border-radius: 5px;
	color: #fff
}

.ta1 {
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 0 auto 2em
}

.ta1 tr {
	border-bottom: 1px solid #ccc
}

.ta1 td,.ta1 th {
	padding: 10px 5px;
	word-break: break-all
}

.ta1 th {
	width: 30%;
	text-align: left;
	background: #f7f7f7
}

@media screen and (min-width: 900px) {
	.ta1 caption {
		padding:5px 15px
	}

	.ta1 td,.ta1 th {
		padding: 20px 15px
	}

	.ta1 th {
		width: 20%
	}
}

.pagetop a,.pagetop-show {
	display: block
}

.pagetop a {
	text-decoration: none;
	text-align: center;
	z-index: 2;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(0,0,0,.3);
	width: 50px;
	line-height: 50px;
	color: #fff
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.color-check,.color-check a {
	color: red!important
}

.color-theme,.color-theme a {
	color: var(--secondary-color)!important
}

.l {
	text-align: left!important
}

.c {
	text-align: center!important
}

.r {
	text-align: right!important
}

.wl,.ws {
	width: 100%;
	display: block
}

.mb0 {
	margin-bottom: 0!important
}

.mb30 {
	margin-bottom: 30px!important
}

.mb5rem {
	margin-bottom: 5rem!important
}

.look {
	display: inline-block;
	padding: 0 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 5px 0;
	word-break: break-all
}

.small {
	font-size: .75em
}

.large {
	font-size: 2em;
	letter-spacing: .1em
}

.pc {
	display: none
}

.dn {
	display: none!important
}

.block {
	display: block!important
}

@media screen and (min-width: 900px) {
	.ws {
		width:50%;
		display: inline
	}

	.sh {
		display: none
	}

	.pc {
		display: block
	}
}






@media screen and (max-width: 400px) {
	button[type="submit"] {
	 padding: 8px 25px !important;
	 background: #333;
	 color: #fff;
	}
}


/* iOSでのデフォルトスタイルをリセット */
input{
 font-size:16px;
}
button[type="submit"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: none;
	background-image: url(../images/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	display: block;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
input[type=checkbox] {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.searchForm {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
}

.searchForm form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
    width: 80%;
    max-width: 400px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.searchForm input[type="text"] {
    border: none;
    padding: 10px 15px;
    flex-grow: 1;
    font-size: 16px !important;
    border-radius: 50px 0 0 50px;
    outline: none;
    color: #333;
    -webkit-appearance: none; /* Remove iOS specific styles */
    appearance: none;
}

.searchForm button {
    background-color: #364c63;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    transition: background-color 0.3s ease;
    -webkit-appearance: none; /* Remove iOS specific styles */
    appearance: none;
}

.searchForm button:hover {
    background-color: #000;
}

input[type="text"] {
    font-size: 16px; /* This prevents zooming */
}

@media screen and (max-width: 400px) {
    .searchForm form {
        width: 90%;
    }

    .searchForm input[type="text"],
    .searchForm button {
        font-size: 14px;
        padding: 10px;
    }
}

ul.btn {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 650px) {
	ul.btn {
		display: none;
	}
}

ul.btn li {
	display: inline-block;
}

ul.btn form {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

ul.btn form input {
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    width: 280px;
    outline: none;
}

ul.btn form input::placeholder {
	color: #aaa;
}

ul.btn form button {
    border: none;
    padding: 4px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #2c79ac;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

ul.btn form button:hover {
	background-color: #2e4e92;
}

















.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(44,116,170);
  background: -moz-linear-gradient(left, rgba(44,116,170,1) 0%, rgba(46,165,195,1) 100%);
  background: -webkit-linear-gradient(left, rgba(44,116,170,1) 0%,rgba(46,165,195,1) 100%);
  background: linear-gradient(to right, rgba(44,116,170,1) 0%,rgba(46,165,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#2ea5c3',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #2ea5c3;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(44,116,170);
  margin-bottom: 1vh;
}

.contact {
 text-align: center;
}

.contact.ver1,
.contact.ver2,
.contact.ver3 {
    position: relative;
}

@media screen and (max-width: 400px) {
	.contact.ver1,
	.contact.ver2,
	.contact.ver3 {
	    padding-top: 45px;
	}
}

.contact.ver1::before,
.contact.ver2::before,
.contact.ver3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.contact.ver1::before {
  border-top: 25px solid #2c79ac;
}

.contact.ver2::before {
  border-top: 25px solid #f9f9fb;
}

.contact.ver3::before {
  border-top: 25px solid #fff;
}

.button-50 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em .8em 45px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%), 0 2px 3px -2px rgb(0 0 0 / 20%);
    background-color: #235b85;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
}

.button-50:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 10%);
    cursor: pointer;
    opacity:0.90;filter:alpha(opacity=90);-moz-opacity:0.90;
}

.button-50::before {
    position: absolute;
    top: 0;
    left: 15px;
    width: 30px;
    height: 85%;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 50% 75%, 100% 100%, 100% 0);
    content: '';
}

.button-50::after {
    position: absolute;
    top: 33%;
    left: 30px;
    transform: translate(-50%, -50%);
    color: #235b85;
    font-size: 1.2em;
    content: '★';
}
.box-011 {
    position: relative;
    margin: 1.9em auto 50px;
    padding: 1em 1.5em;
    border: 2px solid #2c79ac;
    border-radius: 3px;
}

.box-011 span {
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #2c79ac;
    color: #fff;
}

.box-011 p {
    margin: 0;
    color: #333;
}

input[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #235b85;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

input[type="submit"]:hover {
    background-color: #134b75;
}

.cv {
    display: block;
    position: fixed;
    bottom: 230px;
    right: 0;
    width: 50px;
    background: green;
    color: #fff;
    text-decoration: none;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 30px 10px;
}

@media screen and (max-width: 400px) {
	.cv {
	    display: block;
	    position: fixed;
	    bottom: 0px;
	    right: 0;
	    width: 100%;
	    background: green;
	    color: #fff;
	    text-decoration: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
	    padding: 5px;
	    text-align: center;
	}
	body {
	 padding-bottom: 36px;
	}
}


