@charset "utf-8";

form#mail_form {
    width: 960px;
    margin: 50px auto;
    padding: 2rem 0;
    box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
}
form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
form#mail_form dl dt {
	font-size: 1rem;
	font-weight: 600;
    clear: both;
    width: 30%;
    float: left;
    border-top: 1px solid #e8e8e8;
    padding: 30px 0 20px 0;
    text-align: right;
    overflow: hidden;
}
form#mail_form dl dd {
    width: 65%;
    float: right;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0 20px 5%;
   	text-align: left;
}
form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child+dd {
	border: none;
}
form#mail_form dl dt span {
    display: block;
    font-size: 75%;
    color: #00698C;
}
form#mail_form dl dd span {
    font-size: 0.875rem;
    color: #00698C;
}
form#mail_form dl dd span a{
    font-size: 0.875rem;
    color: #B60C00;
	text-decoration: none;
}
form#mail_form dl dd span a:hover{
	color: #B60C00;
	text-decoration: underline;
}
label.select {
    font-size: 1rem;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	line-height: 1;
	padding: 8px 9px;
	border-radius: 3px;
}
form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}
span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
}}
@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
}}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	height: 2em;
	padding: 2px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
    box-shadow: 0px 0px 5px #55ccff;
    border: 1px solid #55ccff;
    background: #ffffff;
    height: auto;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 5px;
	margin-top: 7px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}
form#mail_form textarea {
    display: block;
    width: 90%;
    max-width: 90%;
    height: 120px;
    padding: 2px 2%;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
}
form#mail_form ul {
    list-style-type: none;
    margin-top: 0px;
    font-size: medium;
}
form#mail_form ul li label:hover {
	cursor: pointer;
}
form#mail_form input#company {
	width: 61%;
}
form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}
form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 61%;
}
form#mail_form input#postal+a {
    display: inline-block;
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background-color: #0083AE;
    border-left: 1px solid #0083AE;
    border-right: 1px solid #46b8da;
    border-bottom: 1px solid #46b8da;
    border-top: 1px solid #46b8da;
    border-radius: 3px;
    color: #ffffff;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    top: -1px;
}
form#mail_form input#postal+a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}
form#mail_form input#address {
	width: 90%;
}
form#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}
form#mail_form input[type="button"] {
    padding: 15px;
    vertical-align: middle;
    background-color: #030F32;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    width: 60%;
}
form#mail_form input[type="button"]:hover {
    cursor: pointer;
    background-color: #00698C;
}
form#mail_form input#form_submit_button {
    border: 1px solid #030F32;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit!important;
}


.row-cn {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;

}
.req {
    font-size: 0.8rem;
    font-weight: normal;
    background-color: #B60C00;
    padding: 3px;
    width: 50px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}




.cn-page-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	
}
.cn-title-sub {
	max-width: 777px;
    margin: 0 auto 1.7rem auto;
    font-size: 1.3rem;
    font-weight: 600;
    color: #009CB6;
}

.cn-title-sub {
    display: flex;
    align-items: center;
}
.cn-title-sub:before,
.cn-title-sub:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #009CB6;
}
.cn-title-sub:before {
    margin-right: 1rem;
}
.cn-title-sub:after {
    margin-left: 1rem;
}



.cn-page-title .cn-title {
    font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
    line-height: 1.2;
}
.text-style-cn {
	text-align: center;
    margin: 8rem auto 2rem auto;
    font-family: Noto Sans Japanese, sans-serif;
    max-width: 70%;
}
.text-style-cn2 {
	text-align: center;
    margin: 3rem auto 2rem auto;
    font-family: Noto Sans Japanese, sans-serif;
    max-width: 70%;
}
.cn-tel-box {
	width: 70%;
  margin: 1em auto;
  padding: 1em 1em 0.5em 1em;
	text-align: center;
  background-color: #f5f5f5;
}
.cn-tel-box div {
	display: contents;
}
.cn-tel-box p {
  margin: 0 auto 0.5em auto!important;
  padding: 0!important;
}
.cn-tel-box img {
  width: 73px;
	vertical-align: top;
}
.fd-txt {
	font-size: 2rem;
	font-weight: 600;
	padding: 1em;
}
.cn-block {
	max-width: 1000px;
	margin: 3rem auto;
}
.cn-block h3 {
	font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 5rem;
}
.cn-line {
    display: flex;
    align-items: center;
}
.cn-line:before,
.cn-line:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #009CB6;
}
.cn-line:before {
    margin-right: 1rem;
}
.cn-line:after {
    margin-left: 1rem;
}
.cn-block h4 {
	font-family: monospace, serif;
	position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 6rem auto 2rem auto;
    text-align: center;
}
.cn-block h4:before {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 43px);
    width: 85px;
    height: 2px;
    content: '';
    border-radius: 2px;
    background: #009CB6;
}
.cn-block h4 span {
	color:#009CB6;	
}
.cn-block .cn-block-txt {
	text-align: center;
	padding: 0 15px;
}


.container-cn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
/*  margin-right: -3.8rem; */
	margin-top: 5rem;
	padding: 0 15px;
}
.cn-card {
    flex-grow: 1;
    flex-basis: 480px;
    min-width: 240px;
    max-width: calc(45% - 1rem);
    margin: 0 4rem 2.5rem 0;
}
.cn-card:nth-child(2) {
margin-right: 0;
}
.cn-card:nth-child(4) {
margin-right: 0;
}
.cardlink a {
	text-decoration: none;
    transition-duration: .5s;
}
.cardlink a:hover {
background-color:#009CB6;
	z-index: 1;
	opacity: 0.6;
}
.cardlink {
    position:relative;
    width: auto;
    height:auto;
}
.cardlink .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

* {
  box-sizing: border-box;
}
section {
  max-width: 1026px;
  margin: 0 auto;
  box-sizing: content-box;
}
.requirements {
  width: 100%;
  border-bottom: 1px solid #eee;
}
section > * + * {
  margin-top: 2rem;
}
table {
  line-height: 1.5;
  padding: 1rem 0;
}
tr > *:nth-child(1) {
  text-align: left;
}
tr > *:nth-child(2) {
  text-align: center;
}
.cn-card {
  box-shadow:
	 0 3px 15px rgb(0 0 0 / 10%); 
 /*
	0 0.2px 0.3px rgba(0, 0, 0, 0.017),
    0 0.4px 0.7px rgba(0, 0, 0, 0.024),
    0 0.6px 1.2px rgba(0, 0, 0, 0.03),
    0 1px 1.9px rgba(0, 0, 0, 0.035),
    0 1.5px 2.9px rgba(0, 0, 0, 0.04),
    0 2.4px 4.5px rgba(0, 0, 0, 0.046),
    0 4px 7.5px rgba(0, 0, 0, 0.053),
    0 8px 15px rgba(0, 0, 0, 0.07)
  ;*/
  border-radius: 4px;
}
.cn-card__content {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #aaa;
  padding: 2rem 1rem 1.7rem 1.5rem;
}
.cn-card__content h3 {
    font-size: 1rem;
    color: #003841;
    margin: 0 0 0.2rem 0;
    padding: 0;
    text-align: left;
}
.cn-card__content p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #003841;
    margin: 0;
    padding: 0;
    letter-spacing: 0em;
}
.cn-card__content2 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #aaa;
  padding: 2rem;
}
.cn-card__content2 h3 {
    font-size: 1.2rem;
    color: #003841;
    margin: 0.88rem 0;
    padding: 0;
    text-align: left;
	letter-spacing: 0em;
}
.cn-card__content2 p {
	font-size: 1.5rem;
    font-weight: 600;
    color: #003841;
    margin: 0;
    padding: 0;
}
.cn-card__content2 i {
	position: relative;
	font-size: 2.2rem;
	color: #009CB6;

}
.cn-card__content i {
	position: relative;
	font-size: 2.2rem;
	color: #009CB6;

}

.cn-wrap {
	width: 100%;
	padding: 0 0 2rem 0;
	background: #F1F7F9;
}
.cn-card-list {
	margin-left: 0.5rem;

}
.cn-req-lst {
    text-align: left;
    list-style-type: none;
    margin-top: 2rem;
}
ul.cn-req-lst li {
	margin: 0;
	font-size: 1rem;
	line-height: 2;
}
ul.cn-req-lst .req2 {
	color:#C30000;
}

ul.cn-ank li {
	display: inline-block;
    margin-right: 10px;
}
.cn-snk-title {
	font-size: 1.05rem;
}
.cn-snk-title2 {
	font-size: 1.05rem;
	margin: 20px 0 5px 0;
}
.required ul {
	margin-top: 0.6rem!important;
}

.cpankzu {
	width: 100%;
	font-size: 0.9rem;
	margin: 1rem 0 0 0;
}

.cn-footer {
	display: flex;
	justify-content: center;
	margin-top: 10rem;
	padding: 1rem;
	align-items:center;
	background-color: #ececec;
}
.cn-footer-menu {
	text-align: center;
	padding: 10px 2rem;
	width: auto;
}
.cn-footer-menu a {
    font-size: 0.9rem;
}

.cn-copy {
	font-size: 0.75rem;
	text-align: center;
	padding: 10px;
	width: 100%;
	background-color: #ececec;
	border-top: 1px solid #f5f5f5;
	
}



/* --- responsive --- */

@media screen and ( max-width: 1000px ) {
dd.cn-list {
	margin-top: 1rem;			
}
	
form#mail_form {
	width: 95%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 10px 0 5px;
	font-weight: bold;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 13px 0px;
}

form#mail_form dl dt span {
	font-weight: normal;
}


/* --- for JavaScript ここから --- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}


/* --- for JavaScript ここまで --- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}
}


@media screen and ( max-width: 760px ) {
.text-style-cn {
	text-align: center;
    margin: 8rem auto 2rem auto;
    font-family: Noto Sans Japanese, sans-serif;
    max-width: 90%;
}
.text-style-cn2 {
	text-align: center;
    margin: 3rem auto 2rem auto;
    font-family: Noto Sans Japanese, sans-serif;
    max-width: 90%;
}
}

@media screen and ( max-width: 580px ) {
.container-cn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* margin-right: -3.8rem; */
    margin-top: 3rem;
    padding: 0 15px;
}

.cn-card {
    flex-grow: 1;
    flex-basis: 360px;
    min-width: 300px;
    max-width: none;
    margin: 0 auto 2rem auto;
}
.cn-block h3 {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
}
.cn-block h3.cn-line  {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
}
.cn-card__content p {
    font-size: 1.05rem;
    font-weight: 600;
    color: #003841;
    margin: 0;
    padding: 0;
    letter-spacing: 0em;
}
.cn-card__content2 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #aaa;
    padding: 1.5rem 1rem 1.5rem 1rem;
}
.text-style-cn h3 {
    font-size: 1.4rem;
    line-height: 1.3;
}
.text-style-cn2 h3 {
    font-size: 1.4rem;
    line-height: 1.3;
}
.cn-tel-box {
    width: 100%;
    margin: 1em auto;
    padding: 1em 1em 0.5em 1em;
    text-align: center;
    background-color: #f5f5f5;
}
.cn-tel-box p {
    margin: 0 auto 0.5em auto!important;
    padding: 0!important;
    font-size: 0.76rem;
}
.cn-block {
    max-width: 1000px;
    margin: 1rem auto;
}
.cn-block h4 {
    font-family: monospace, serif;
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 4rem auto 2rem auto;
    text-align: center;
}


}

@media screen and ( max-width: 480px ) {
.navbar-brand {
    width: 45%!important;
}

.cn-title-sub {
    max-width: 777px;
    margin: 0 auto 1rem auto;
    font-size: 1.1rem;
    font-weight: 600;
    color: #009CB6;
}
.cn-page-title .cn-title {
    font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.15rem;
    line-height: 1.2;
}
.text-style-cn {
	text-align: center;
    margin: 6rem auto 2rem auto;
    font-family: Noto Sans Japanese, sans-serif;
    max-width: 95%;
}
.text-style-cn2 {
	text-align: center;
    margin: 6rem auto 2rem auto;
    font-family: Noto Sans Japanese, sans-serif;
    max-width: 95%;
}
ul.cn-req-lst li {
	margin: 0;
	font-size: 0.8rem;
	line-height: 2;
}
.cn-footer {
    display: block;
    justify-content: center;
    margin-top: 10rem;
    padding: 1rem;
    align-items: center;
    background-color: #ececec;
}
.cn-footer-menu {
    text-align: left;
    padding: 10px 2rem;
    width: auto;
}
.cpankzu {
    width: 100%;
    font-size: 0.85rem;
    margin: 1rem 0 0 0;
}
form#mail_form input[type="button"] {
    padding: 15px;
    vertical-align: middle;
    background-color: #030F32;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    width: 85%;
}
form#mail_form input#company {
    width: 100%;
}

form#mail_form input#mail_address, form#mail_form input#mail_address_confirm {
    width: 100%;
}
.cn-card__content h3 {
    font-size: 1rem;
    color: #003841;
    margin: 0;
    padding: 0;
    text-align: left;
}

}