@charset "utf-8";

/*----------------------------------------------------
	common
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
}

body {
	font-family: '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #000;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	min-width: 980px;
}

h1,h2,h3,h4,h5 {
	font-weight:bold;
	font-size:13px;
}

a {
	color: rgb(0, 144, 180);
	text-decoration:none;
	transition: .3s;
	}

li > a:hover {
	text-decoration: none;
	opacity: 0.8;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

input {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"], 
textarea,
button {
	font-size: 14px;
	line-height: normal;
	height: 40px;
	padding: 4px;
	color: #333;
	width: 100%;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: element;
	-moz-user-select: element;
	-o-user-select: element;
	-ms-user-select: element;
	user-select: element;
	padding: 3px;
	border: 1px solid #E6E6E6;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
}

.clear {
	clear: both;
}

.sp {
	display: none;
}

#wrapper {
	text-align: left;
}

.content {
	width: 980px;
	margin: auto;
	position: relative;
}

.top-content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}

.button {
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #FFF;
	color: #FFF;
}

.button:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/

#header {
	
}

#header .logo {
	margin: 15px 0;
}

#header .logo span {
	display: block;
	color: #3A569D;
	font-size: 12px;
}

#header .logo h1 {
	width: 175px;
}

#header .catchcopy {
	background: #F2F2F2;
	padding: 10px;
	border-radius: 3px;
	text-align: right;
	margin: 25px 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.5em;
}

#header nav {
	clear: both;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

#header nav ul {
	display: flex;
	flex-wrap: nowrap;
	border-left: 1px solid #E6E6E6;
}

#header nav ul li {
	width: 12.5%;
}

#header nav ul li a {
	display: block;
	border-right: 1px solid #E6E6E6;
	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#header nav ul li.entry a {
	background: #F12551;
	color: #FFF;
}

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

#top {
	background: #F2F2F2;
	overflow: hidden;
}

#top .visual {
	background: url(../images/visual-bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}

#top .visual h2 {
	padding-top: 40px;
}

#top .visual footer {
	text-align: center;
	position: absolute;
	bottom: 50px;
	width: 100%;

}

#top .visual footer .button {
	line-height: 45px;
	font-size: 15px;
	padding: 0 40px;
}

#top .about {
	
}

#top .about header h2 {
	text-align: center;
	font-size: 25px;
	padding: 40px 0;
}

#top > .content > section {
	margin: 20px 0;
}

#top .card {
	background: #FFF;
}

#top .about ul {
	display: flex;
	flex-wrap: wrap;
}


#top .about ul li {
	width: 33.3333%;
	background: #FFF;
	box-sizing: border-box;
	border: 5px solid #F2F2F2;
}

#top .about ul li:nth-child(4),
#top .about ul li:nth-child(5) {
	width: 50%;
}

#top .about ul li article {
	padding: 20px;
}

#top .about ul li article h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 17px;
	color: #0049A4;
}

#top .about ul li article h3 span {
	background: #F12551;
	line-height: 22px;
	width: 22px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	display: inline-block;
	vertical-align: 2px;
	margin-right: 3px;
}


#top .melit .tab ul {
	margin: 0 20px;
	display: flex;
	flex-wrap: nowrap;
}

#top .melit .tab li {
	width: 33.333%;
}

#top .melit .tab li a {
	display: block;
	margin: 0 10px;
	line-height: 45px;
	background: #FFF;
	text-align: center;
	color: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	
	border-bottom: none !important;
}

#top .melit .tab li a span {
	background: #000;
	color: #FFF;
	border-radius: 2px;
	font-size: 12px;
	margin-right: 5px;
	display: inline-block;
	line-height: 20px;
	padding: 0 5px;
}

#top .melit .tab li.active a {
	
}

#top .melit .tab li.active a span {
	background: #FFF;
}

#top .melit .tab li.melit1 a {
	border: 2px solid #FF4B00;
	color: #FF4B00;
}

#top .melit .tab li.melit1 a span {
	background: #FF4B00;
	color: #FFF;
}

#top .melit .tab li.melit1.active a {
	background: #FF4B00;
	color: #FFF;
}

#top .melit .tab li.melit1.active a span {
	background: #FFF;
	color: #FF4B00;
}

#top .melit .tab li.melit2 a {
	border: 2px solid #0083C8;
	color: #0083C8;
}

#top .melit .tab li.melit2 a span {
	background: #0083C8;
}

#top .melit .tab li.melit2.active a {
	color: #FFF;
	background: #0083C8;
}

#top .melit .tab li.melit2.active a span {
	color: #0083C8;
	background: #FFF;
}

#top .melit .tab li.melit3 a {
	border: 2px solid #FCA900;
	color: #FCA900;
}

#top .melit .tab li.melit3 a span {
	background: #FCA900;
}

#top .melit .tab li.melit3.active a {
	color: #FFF;
	background: #FCA900;
}

#top .melit .tab li.melit3.active a span {
	background: #FFF;
	color: #FCA900;
}

#top .melit article {
	padding: 30px;
	background: #FFF;
}

#top .melit.melit1 article {
	border-top: 5px solid #FF4B00;
}

#top .melit.melit2 article {
	border-top: 5px solid #0083C8;
}

#top .melit.melit3 article {
	border-top: 5px solid #FCA900;
}

#top .melit.melit1 header h3 {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#top .melit.melit1 .arrow {
	display: block;
	margin: 30px auto;
	width: 50px;
}

#top .melit.melit1 strong {
	display: block;
	text-align: center;
	color: #0083C8;
	font-size: 22px;
	line-height: 1.5em;
}

#top .melit.melit1 strong i {
	color: #F15031;
}

#top .melit.melit1 .memo {
	font-size: 12px;
	color: #4E4E4E;
	margin: 20px auto;
	text-align: center;
}

#top .melit.melit1 .campaign {
	margin-top: 40px;
}

#top .melit.melit1 .campaign h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#top .melit.melit1 .campaign li {
	border: 3px solid #FF3A00;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

#top .melit.melit1 .campaign li table {
	border-collapse:collapse;
}

#top .melit.melit1 .campaign li table th {
	background: #FF3A00;
	color: #FFF;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

#top .melit.melit1 .campaign li table td {
	padding: 15px;
	color: #FF3A00;
	font-size: 15px;
}

#top .melit article footer {
	text-align: center;
	margin-top: 30px;
}

#top .melit article footer .button {
	border: none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	font-size: 15px;
	line-height: 50px;
	padding: 0;
	width: 200px;
	font-weight: bold;
	margin: 0 10px;
	box-sizing: border-box;
}

#top .melit article footer .button.entry {
	background: #0058C7;
	border: 2px solid #0058C7;
}

#top .melit article footer .button.entry:hover {
	color: #0058C7;
	background: #FFF;
}

#top .melit article footer .button.contact {
	background: #20B500;
	border: 2px solid #20B500;
}

#top .melit article footer .button.contact:hover {
	color: #20B500;
	background: #FFF;
}

#top .melit.melit2 .sim {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

#top .melit.melit2 .sim .text {
	background: #0083C8;
	color: #FFF;
	padding: 20px;
	width: 60%;
}

#top .melit.melit2 .sim .text h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

#top .melit.melit2 .sim .image {
	width: 40%;
}

#top .melit.melit2 .plan h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

#top .melit.melit2 .plan table {
	margin: 30px 0;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	width: 100%;
	border-collapse: collapse;
}

#top .melit.melit2 .plan table thead th {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background: #636363;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
}

#top .melit.melit2 .plan table thead td {
	width: 20%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

#top .melit.melit2 .plan table thead td span {
	color: rgba(0,0,0,0.5);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
	display: block;
}

#top .melit.melit2 .plan table thead td div {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
}

#top .melit.melit2 .plan table thead td div i {
	font-size: 30px;
}

#top .melit.melit2 .plan table thead td.plan1 {
	background: #19D571;
}

#top .melit.melit2 .plan table thead td.plan2 {
	background: #009DEC;
}

#top .melit.melit2 .plan table thead td.plan3 {
	background: #FF802C;
}

#top .melit.melit2 .plan table thead td.plan4 {
	background: #FF333D;
}

#top .melit.melit2 .plan table tbody tr:nth-child(odd) {
	background: #F2F2F2;
}

#top .melit.melit2 .plan table tbody tr th {
	padding: 15px 10px;
	text-align: center;
	color: #636363;
	border-right: 1px solid #CCC;
}

#top .melit.melit2 .plan table tbody td {
	padding: 20px;
	text-align: center;
	border-right: 1px solid #CCC;
	
}

#top .melit.melit2 .plan table tbody tr td:last-child {
	border: none;
}

#top .melit.melit2 .plan table tbody td img {
	width: 24px;
	display: inline-block;
	margin-right: 5px;
}

#top .melit.melit2 dl {
	margin-bottom: 20px;
}

#top .melit.melit2 dl dt {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
}


#top .melit.melit3 > article > header {
	display: flex;
	flex-wrap: nowrap;
	padding: 20px 0;
}

#top .melit.melit3 > article > header .text {
	overflow: hidden;
	width: 70%;
}

#top .melit.melit3 > article > header .text h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

#top .melit.melit3 > article > header .text dl {
	border: 1px solid #000;
	display: flex;
	flex-wrap: nowrap;
	line-height: 30px;
	margin: 10px 0;
	float: left;
}

#top .melit.melit3 > article > header .text dl dt {
	padding: 0 10px;
	background: #000;
	color: #FFF;
}

#top .melit.melit3 > article > header .text dl dd {
	padding: 0 10px;
}

#top .melit.melit3 > article > header .image {
	width: 30%;
}

#top .melit.melit3 > article > header .image img {
	width: 250px;
}

#top .melit.melit3 > article > ul {
	border-top: 1px solid #E6E6E6;
}

#top .melit.melit3 > article > ul > li {
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}

#top .melit.melit3 > article > ul > li section {
	display: flex;
}

#top .melit.melit3 > article section .text {
	width: 90%;
}

#top .melit.melit3 > article section .image {
	width: 30%;
}

#top .melit.melit3 > article section header {
	margin-bottom: 10px;
}

#top .melit.melit3 > article section header h4 {
	font-size: 18px;
}

#top .melit.melit3 > article li section dl {

}

#top .melit.melit3 > article li section dl dt {
	width: 6em;
	float: left;
}

#top .melit.melit3 > article li section dl dd {
	margin-left: 6em;
}

#top .melit.melit3 > article .map iframe {
	width: 100% !important;
	height: 200px !important;
	margin-top: 20px;
	border: 3px solid #CCC;
	box-sizing: border-box;
}

#top .melit.melit3 > article section h4 {
	color: #0039AE;
}

#top .melit.melit3 > article section li {
	margin-left: 20px;
	list-style: disc;
	margin-bottom: 5px;
}

#top .melit.melit3 > article section .facebook {
	background: #F2F2F2;
	text-align: center;
}

#top .melit.melit3 > article section .facebook dl {
	padding: 15px;
	display: block;
}

#top .melit.melit3 > article section .facebook dt {
	color: #284890;
	font-size: 18px;
	width: 100%;
	margin: 10px 0 20px;
	float: none;
}

#top .melit.melit3 > article section .facebook dd {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

#top .melit.melit3 > article section .facebook dd div {
	width: 50%;
}

#top .melit.melit3 > article section .facebook dd div a {
	display: block;
	margin: 0 5px;
	padding: 5px;
	background: #FFF;
}


#top .flow header h2 {
	font-size: 22px;
	margin: 40px 0 10px;
	line-height: 1.5em;
}

#top .flow .card {
	padding: 20px;
	margin-bottom: 20px;
}

#top .flow article h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

#top .flow .flow1 h3 span {
	font-size: 14px;
	margin-left: 10px;
}

#top .flow .flow1 table th {
	width: 40px;
	vertical-align: top;
}

#top .flow .flow1 table td {
	padding: 5px 0;
}

#top .flow .flow2 li {
	border: 3px solid #000;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

#top .flow .flow2 li table {
    border-collapse: collapse;
    width: 100%;
}

#top .flow .flow2 li table th {
    background: #000;
    color: #FFF;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    width: 50px;
}

#top .flow .flow2 li table td {
	vertical-align: middle;
}

#top .flow .flow2 li table td > div {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#top .flow .flow2 li table td {
	padding: 20px;
}

#top .flow .flow2 li table img {
	max-width: 120px;
}

#top .flow .flow2 li table .image {
	text-align: center;
	padding: 0 20px;
}

#top .flow .flow3 ul {
	background: #FFFAF0;
	border: 1px solid #FFF0E6;
	padding: 10px;
	margin-top: 20px;
}

#top .flow .flow3 ul li {
	margin-left: 15px;
	list-style: disc;
}

#top .flow .flow3 ul li em {
	color: #E62B00;
}

#footer {
	background: #1A1A1A;
	text-align: center;	
	padding: 20px 0;
	color: #FFF;
}

#footer ul {
	text-align: center;
	margin-bottom: 10px;
}

#footer ul li {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.5em:
	border-right: 1px solid #FFF;
}

#footer ul li:last-child {
	border: none;
}

#footer ul li a {
	color: #FFF;
	font-weight: bold;
}


/*----------------------------------------------------
	contact
----------------------------------------------------*/

#contact {
	position: relative;
	margin: 30px 0;
}

#contact h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#contact #ssl_site_seal {
	position: absolute;
    top: 0px;
    right: 0px;
}

#enqBox {
	position:relative;
}
#ssl_site_seal {
	position:absolute;
	top:0px;
	right:0px;
}
#contact_table {
	border-collapse:collapse;
	width:100%;
}
#contact_table th,
#contact_table td{
	border:solid 1px #999;
	padding:20px 10px;
}
#contact_table th {
	width:200px;
	background-color:#eee;
}
p span.require {
	color:#f03;
}
#contact_table th.require:after {
	content:'*';
	color:#f03;
}
#contact_table td.subject {
	border:solid 1px #999;
	background-color:#ccc;
	font-size:larger;
	position:relative;
} 
#contact_table td.subject .cardlogo_wrap{
	display:inline-block;
	margin-left:30px;
} 
#contact_table td.subject .cardlogo{
/*
	display:inline-block;
	padding:0px 10px;
	background-color:#fff;
	*/
}
#contact_table input[type="text"]{
	width:100%;
	padding:5px;
	background:#fff;
	border:solid 1px #ccc;
	border-radius:5px;
	margin-bottom:10px;
}
#contact_table input[type="text"].w40 {
	width:40px;
}
#contact_table input[type="text"].w80 {
	width:80px;
}
#contact_table textarea {
	width:100%;
	height: 300px;
	margin:auto;
}
div#doui_wrap {
	text-align:left;
	padding:20px;
	font-size:larger;
}
div.btn {
	text-align:center;
	padding:20px;
}
input[type="submit"]{
	padding:10px;
	background-color:#eee;
	border:solid 1px #999;
}
input.dis[type="submit"]{
	color:#ccc;
}

#formWrap h3 {
	font-size:18px;
	margin:20px 0;
	font-weight:normal;
}
#formWrap .error_messes {
	color:#f30;
	margin:40px 0;
}
#formWrap .formTable {
	width:100%;
	border-collapse:collapse;
}
#formWrap .formTable th{
	width:20%;
	background:#f0f0f0;
	border:solid 1px #ccc;
	padding:15px;
}
#formWrap .formTable td{
	border:solid 1px #ccc;
	padding:15px;
}

#formWrap form p {
	margin:20px auto;
}

#thanksmsg {
	font-size:20px;
	margin:40px 0 20px 0;
	font-weight:normal;
}
#thanksnote {
	margin-bottom:50px;
}


button[type="button"],
.button {
	font-size: 15px;
	line-height: 50px;
	border: 2px solid #000;
	color: #000;
	background: #FFF;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	padding: 0 30px;
	font-weight: bold;
	display: inline-block;
	width: auto;
	height: auto;
	background: #000;
	color: #FFF;
}

button[type="button"]:hover,
.button:hover {
	background: #FFF;
	color: #000;
}


button[type="submit"],
input[type="submit"] {
	width: auto;
	height: auto;
	border: none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	font-size: 15px;
	line-height: 50px;
	padding: 0 30px;
	font-weight: bold;
	margin: 0 10px;
	box-sizing: border-box;
	background: #20B500;
	border: 2px solid #20B500;
	color: #FFF;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
	color: #20B500;
	background: #FFF;
}


fieldset {
	border: none !important;
}


.zeromail table input[type="text"],
.zeromail table input[type="mail"] {
	height: 30px;
	margin: 3px 0;
	vertical-align: middle;
}

.zeromail table textarea {
	width: auto !important;
}

.zeromail label {

}

.zeromail input[type="radio"] {
	margin-right: 5px;
}

.zeromail .button {
	width: 100%;
	display: block;
}

.zeromail div.button {
	border: none;
	background: none;
	box-sizing: border-box;
	box-shadow: none;
}


div#doui_wrap {
	font-size: 15px;
}
p.notice {
    margin-bottom: 20px;
}

.zeromail p.button {
	display: block;
	background: none;
	width: 100%;
	text-align: center;
	border: none;
	padding: 0;
	box-shadow: none;
}

.btn_simchange {
	text-align: center;
    margin: 20px 0;
}
.btn_simchange a {
	width: auto;
	height: auto;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	font-size: 15px;
	line-height: 50px;
	padding: 15px 30px;
	font-weight: bold;
	margin: 0 10px;
	box-sizing: border-box;
	background: #20B500;
	border: 2px solid #20B500;
	color: #FFF;
}

.contact_form .cardlogo {
  padding-left: 10px;
}

.image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-block: 16px;
}

.image-wrapper img {
  display: block;
  width: 100%;
  object-fit: contain;
}
