/* "PC" Style Sheet */


/* =====================================================
▼ COMMON
===================================================== */
.inner1200 {
	width: 1200px;
	margin: 0 auto;
}
.inner800 {
	width: 800px;
	margin: 0 auto;
}
.fs-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fs-120 {
	font-size: 120%;
	line-height: 1.5em;
}
.fs-150 {
	font-size: 150%;
	line-height: 1.5em;
}
.fc-grey {
	color: #808E87;
}
.fc-green {
	color: #76D6CF;
}
.fc-pink {
	color: #E880E1;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
.bg-white {
	background-color: #FFF;
}
.bg-grey {
	background-color: #F7F7F7;
}
.bg-lgreen {
	background-color: #F2F9F7;
}
.sec-wrap {
	padding: 50px 0;
}
.box-wrap {
	padding: 30px;
}
.center-left {
	text-align: center;
}
.relative {
	position: relative;
}
.btn-link {
	display: inline-block;
	max-width: 470px;
	width: 100%;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	border: solid 5px #62B9D3;
	border-bottom: solid 15px #62B9D3;
}
.btn-link a {
	display: block;
	background-color: #FFF;
	padding: 20px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
.btn-link a:hover {
	text-decoration: none;
	background-color: #F0FCFF;
}
.btn-corp {
	display: inline-block;
	font-size: 130%;
	line-height: 1.5em;
	text-align: center;
}
.btn-corp a {
	display: block;
	color: #FFF;
	padding: 10px 50px;
	
	background: rgb(98,185,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(98,185,211,1) 0%, rgba(58,153,175,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(98,185,211,1) 0%,rgba(58,153,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(98,185,211,1) 0%,rgba(58,153,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b9d3', endColorstr='#3a99af',GradientType=0 ); /* IE6-9 */
}
.btn-corp a:hover {
	text-decoration: none;
	
	background: rgb(58,153,175); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(58,153,175,1) 0%, rgba(98,185,211,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(58,153,175,1) 0%,rgba(98,185,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(58,153,175,1) 0%,rgba(98,185,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a99af', endColorstr='#62b9d3',GradientType=0 ); /* IE6-9 */
}



/* =====================================================
▼ HEADER
===================================================== */
header {}
header div.top-info {
	background-color: #76D6CF;
}
header div.top-info div.logo-cont {
	float: left;
}
header div.top-info div.logo-cont h1 {
	padding-top: 5px;
}
header div.top-info div.info-cont {
	float: right;
}
header div.top-info div.info-cont table.info-wrap {}
header div.top-info div.info-cont table.info-wrap tr {}
header div.top-info div.info-cont table.info-wrap tr td {
	vertical-align: middle;
	padding: 0 15px;
}
header div.top-info div.info-cont table.info-wrap tr td.time {
	font-size: 110%;
	line-height: 1.2em;
	color: #FFF;
}
header div.top-info div.info-cont table.info-wrap tr td.tel {
	font-size: 180%;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0em;
	color: #FFF;
	background-color: #62B9D3;
}
header div.top-info div.info-cont table.info-wrap tr td.tel i {
	font-size: 80%;
	line-height: 1.5em;
}
header div.top-info div.info-cont table.info-wrap tr td.mail {
	font-size: 160%;
	line-height: 1.5em;
	background-color: #F4EB7D;
	padding: 0;
}
header div.top-info div.info-cont table.info-wrap tr td.mail a {
	display: block;
	color: #808E87;
	padding: 10px 16px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
header div.top-info div.info-cont table.info-wrap tr td.mail a:hover {
	text-decoration: none;
	background-color: #D8C61E;
}
header div.kv-area {
	background-color: #F7F7F7;
}
header nav {
	border-top: solid 1px #BDC6C1;
	border-bottom: solid 1px #BDC6C1;
}
header nav ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
}
header nav ul li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
header nav ul li span.en {
	font-size: 80%;
	line-height: 1.5em;
}
header nav ul li a span.en {
	font-weight: normal;
	color: #808E87;
}
header nav ul li:hover a span.en {
	color: #FFF;
}



/* =====================================================
▼ FOOTER
===================================================== */
footer {
	border-top: solid 1px #76D6CF;
}
footer div.navi-area {
	padding-top: 10px;
}
footer div.navi-area nav {
	text-align: center;
}
footer div.navi-area nav ul {
	display: inline-block;
	vertical-align: middle;
}
footer div.navi-area nav ul li {
	float: left;
	font-size: 90%;
	line-height: 1em;
	border-right: solid 1px #808E87;
	padding: 0 20px;
	margin-bottom: 10px;
}
footer div.navi-area nav ul li:last-child {
	border-right: none;
}
footer div.copyright {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #76D6CF;
	padding: 10px;
}



/* =====================================================
▼ FORM TEMPLATE
===================================================== */
article section#form-sec {}
article section#form-sec table.form-list {
	border-collapse: separate;
	border-spacing: 0 10px;
	width: 100%;
}
article section#form-sec table.form-list tr {}
article section#form-sec table.form-list tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 30px;
}
article section#form-sec table.form-list tr th.required:after {
	content: "必須";
	font-size: 80%;
	line-height: 1.5em;
	white-space: nowrap;
	color: #FFF;
	border-radius: 3px;
	background-color: #C1272D;
	padding: 3px 5px;
	margin-left: 5px;
}
article section#form-sec table.form-list tr td {
	width: 100%;
	vertical-align: top;
}
article section#form-sec table.form-list tr td input[type="text"],
article section#form-sec table.form-list tr td input[type="email"],
article section#form-sec table.form-list tr td input[type="tel"] {
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 10px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article section#form-sec table.form-list tr td input[type="checkbox"] {
	margin-right: 0.5em;
}
article section#form-sec table.form-list tr td input[type="radio"] {
	margin-right: 0.5em;
}
article section#form-sec table.form-list tr td label {
	margin-right: 1em;
}
article section#form-sec table.form-list tr td select {
	height: 35px;
}
article section#form-sec table.form-list tr td textarea {
	width: 100%;
	height: 150px;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 10px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article section#form-sec table.form-list tr td p.count {
	position: absolute;
	top: -2em;
	right: 0;
}
article section#form-sec input[type=reset],
article section#form-sec input[type=submit] {
	border: none;
	padding: 10px 30px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
article section#form-sec input[type=reset] {
	text-decoration: none;
	color: #FFF;
	background-color: #BDC6C1;
}
article section#form-sec input[type=reset]:hover {
	background-color: #808E87;
}
article section#form-sec input[type=submit] {
	text-decoration: none;
	color: #FFF;
	background-color: #62B9D3;
}
article section#form-sec input[type=submit]:hover {
	background-color: #3A99AF;
}

.g-recaptcha {
	text-align: center;
}
.g-recaptcha > div {
	display: inline-block;
}



/* =====================================================
▼ CONTENTS "COMMON"
===================================================== */
article {}
article section {}
article section h1 {
	position: relative;
	display: inline-block;
	font-size: 180%;
	line-height: 1.5em;
	font-weight: normal;
	margin: 2px 0;
}
article section h1:before {
	content: "";
	position: absolute;
	background: #DCF4F0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
	/* border: dashed 1px white; */
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
article section h1 span {
	position: relative;
	z-index: 1;
}
article section p.title-en {
	color: #808E87;
	margin-bottom: 50px;
}
article section h2 {
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
	color: #4FAAA3;
	border-bottom: solid 2px #F7F1C6;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
article section h2:before {
	content: url(../img/common/orn_floral_l.png);
	margin-right: 20px;
}
article section h2:after {
	content: url(../img/common/orn_floral_r.png);
	margin-left: 20px;
}
article section h3 {
	display: table;
	width: 100%;
	font-size: 120%;
	line-height: 1.5em;
	margin-bottom: 20px;
}
article section h3 span.orn {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #F4EB7D;
}
article section h3 span.text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

article section#cost-sec ul.cont-list {}
article section#cost-sec ul.cont-list li {
	width: 48%;
	margin-right: 4%;
}
article section#cost-sec ul.cont-list li:nth-child(2n) {
	margin-right: 0;
}
article section#cost-sec ul.cont-list li:nth-child(n+3) {
	margin-top: 10px;
}
article section#cost-sec ul.cont-list li.plus {
	position: relative;
}
article section#cost-sec ul.cont-list li.plus:after {
	position: absolute;
	top: 80px;
	right: -32px;
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 180%;
  line-height: 1em;
	content: "\f055";
}
article section#cost-sec table.price-list {
	table-layout: fixed;
	width: 100%;
	font-size: 90%;
	line-height: 1.5em;
}
article section#cost-sec table.price-list tr {}
article section#cost-sec table.price-list tr th {
	font-weight: bold;
	text-align: center;
	border: solid 2px #76D6CF;
	background-color: #76D6CF;
	padding: 10px;
}
article section#cost-sec table.price-list tr td {
	font-weight: bold;
	text-align: center;
	border: solid 2px #76D6CF;
	background-color: #FFF;
	padding: 10px;
}
article section#cost-sec table.price-list02 {
	table-layout: fixed;
	width: 100%;
	font-size: 90%;
	line-height: 1.5em;
}
article section#cost-sec table.price-list02 tr {}
article section#cost-sec table.price-list02 tr th {
	display: block;
	font-weight: bold;
	text-align: center;
	border: solid 2px #76D6CF;
	background-color: #76D6CF;
	padding: 10px;
}
article section#cost-sec table.price-list02 tr td {
	display: block;
	font-weight: bold;
	text-align: center;
	border: solid 2px #DCF4F0;
	border-top: none;
	background-color: #FFF;
	padding: 10px;
}
article section ul.btn-list {}
article section ul.btn-list li {
	width: 48%;
	text-align: center;
	margin-right: 4%;
}
article section ul.btn-list li:nth-child(2n) {
	margin-right: 0;
}
article section ul.btn-list li:nth-child(n+3) {
	margin-top: 20px;
}
article section ul.btn-list li a {
	display: block;
	color: #FFF;
	border-radius: 5px;
	background-color: #62B9D3;
	padding: 15px;
}
article section ul.btn-list li a:hover {
	text-decoration: none;
	background-color: #3A99AF;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}



/* =====================================================
▼ CONTENTS "HOME"
===================================================== */
article#home {}
article#home section#support-sec {}
article#home section#support-sec ul.support-list {}
article#home section#support-sec ul.support-list li {
	width: 31%;
	margin-right: 3.495%;
}
article#home section#support-sec ul.support-list li:nth-child(3n) {
	margin-right: 0;
}
article#home section#support-sec ul.support-list li:nth-child(n+4) {
	margin-top: 20px;
}

article#home ul.greeting-news {}
article#home ul.greeting-news li {
	width: 48%;
	margin-right: 4%;
}
article#home ul.greeting-news li:nth-child(2n) {
	margin-right: 0;
}
article#home ul.greeting-news li:nth-child(n+3) {
	margin-top: 20px;
}
article#home section#greeting-sec {}
article#home section#greeting-sec figure.greeting-wrap {}
article#home section#greeting-sec figure.greeting-wrap img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
article#home section#greeting-sec figure.greeting-wrap figcaption {}

article#home section#news-sec {}
article#home section#news-sec table.news-feed {
	width: 100%;
	margin-bottom: 10px;
}
article#home section#news-sec table.news-feed tr {
	border-bottom: solid 1px #E6E6E6;
}
article#home section#news-sec table.news-feed tr:first-child {
	border-top: solid 1px #E6E6E6;
}
article#home section#news-sec table.news-feed tr th {
	display: block;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
}
article#home section#news-sec table.news-feed tr td {
	display: block;
	padding-bottom: 10px;
}

article#home section#menu-sec {}
article#home section#menu-sec ul.menu-list {}
article#home section#menu-sec ul.menu-list li {
	width: 48%;
	margin-right: 4%;
}
article#home section#menu-sec ul.menu-list li:nth-child(2n) {
	margin-right: 0;
}
article#home section#menu-sec ul.menu-list li:nth-child(n+3) {
	margin-top: 20px;
}



/* =====================================================
▼ CONTENTS "NATURALIZATION"
===================================================== */
article#naturalization {}
article#naturalization section#support-sec {}

article#naturalization section#cost-sec {}
article#naturalization section#cost-sec div#fullsupport {}
article#naturalization section#cost-sec div#honyaku {}
article#naturalization section#cost-sec div#set {}
article#naturalization section#cost-sec ul.doc-list {}
article#naturalization section#cost-sec ul.doc-list li {
	width: 19%;
	margin-right: 1.25%;
}
article#naturalization section#cost-sec ul.doc-list li:nth-child(5n) {
	margin-right: 0;
}
article#naturalization section#cost-sec ul.doc-list li:nth-child(n+6) {
	margin-top: 10px;
}
article#naturalization section#cost-sec ul.doc-list li dl {}
article#naturalization section#cost-sec ul.doc-list li dl dt {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	background-color: #76D6CF;
	padding: 3px 5px;
}
article#naturalization section#cost-sec ul.doc-list li dl dd {
	font-weight: bold;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background-color: #DCF4F0;
	padding: 5px;
}
article#naturalization section#cost-sec .orn-plus {
	font-size: 150%;
	line-height: 1.5em;
	text-align: center;
	overflow: hidden;
}
article#naturalization section#cost-sec .orn-plus > span {
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
article#naturalization section#cost-sec .orn-plus > span:before,
article#naturalization section#cost-sec .orn-plus > span:after {
	height: 3px;
	border-top: solid 1px #BDC6C1;
	border-bottom: solid 1px #BDC6C1;
	content: "";
	position: absolute;
	top: 40%;
	width: 99em;
}
article#naturalization section#cost-sec .orn-plus > span:before {
	right: 100%;
}
article#naturalization section#cost-sec .orn-plus > span:after {
	left: 100%;
}



/* =====================================================
▼ CONTENTS "VISA"
===================================================== */
article#visa {}
article#visa section#taisaku-sec {}

article#visa section#cost-sec {}

article#visa section#menu-sec {}



/* =====================================================
▼ CONTENTS "INTRODUCTION"
===================================================== */
article#introduction {}
article#introduction section#greeting-sec {}
article#introduction section#greeting-sec table.shikaku-list {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
article#introduction section#greeting-sec table.shikaku-list tr {}
article#introduction section#greeting-sec table.shikaku-list tr th {
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	border: solid 2px #76D6CF;
	background-color: #76D6CF;
	padding: 5px 10px;
}
article#introduction section#greeting-sec table.shikaku-list tr td {
	border: solid 2px #DCF4F0;
	background-color: #FFF;
	padding: 5px 10px;
}

article#introduction section#prof-sec {}
article#introduction section#prof-sec table.prof-list {}
article#introduction section#prof-sec table.prof-list tr {
	border-bottom: solid 1px #F4EB7D;
}
article#introduction section#prof-sec table.prof-list tr th {
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	padding: 15px;
}
article#introduction section#prof-sec table.prof-list tr th span {
	display: block;
	background-color: #F4EB7D;
	padding: 5px 20px;
}
article#introduction section#prof-sec table.prof-list tr td {
	vertical-align: top;
	padding: 15px;
}

article#introduction section#menu-sec {}



/* =====================================================
▼ CONTENTS "FLOW"
===================================================== */
article#flow {}
article#flow section#flow-sec {}
article#flow section#flow-sec ul.flow-list01 {
	position: relative;
	margin-bottom: 75px;
}
/* article#flow section#flow-sec ul.flow-list01:after {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 250%;
  line-height: 1em;
  text-align: center;
  color: #F2B1EA;
	content: "\f063";
} */
article#flow section#flow-sec ul.flow-list01 li {
	border: solid 2px #76D6CF;
	margin-bottom: 20px;
}
article#flow section#flow-sec ul.flow-list01 li:last-child {
	margin-bottom: 0;
}
article#flow section#flow-sec ul.flow-list01 li figure {
	background-color: #FFF;
}
article#flow section#flow-sec ul.flow-list01 li figure img {}
article#flow section#flow-sec ul.flow-list01 li figure figcaption {
	padding: 20px;
}
article#flow section#flow-sec ul.flow-list02 {}
article#flow section#flow-sec ul.flow-list02 li {
	width: 45%;
	margin-right: 10%;
}
article#flow section#flow-sec ul.flow-list02 li:nth-child(2n) {
	margin-right: 0;
}
article#flow section#flow-sec ul.flow-list02 li:nth-child(n+3) {
	margin-top: 30px;;
}
article#flow section#flow-sec ul.flow-list02 li figure {
	position: relative;
	border: solid 2px #76D6CF;
	margin-bottom: 50px;
}
article#flow section#flow-sec ul.flow-list02 li figure:last-child {
	margin-bottom: 0;
}
article#flow section#flow-sec ul.flow-list02 li figure:after {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	font: normal normal normal 14px/1 FontAwesome;
  font-size: 180%;
  line-height: 1em;
  text-align: center;
  color: #F2B1EA;
	content: "\f063";
}
article#flow section#flow-sec ul.flow-list02 li figure:last-child:after {
	display: none;
}
article#flow section#flow-sec ul.flow-list02 li figure img {
	width: 100%;
	height: auto;
}
article#flow section#flow-sec ul.flow-list02 li figure figcaption {
	background-color: #FFF;
	padding: 15px;
}



/* =====================================================
▼ CONTENTS "FAQ"
===================================================== */
article#faq {}
article#faq section#faq-sec {}



/* =====================================================
▼ CONTENTS "CONTACT"
===================================================== */
article#contact {}
article#contact section#form-sec {}



/* =====================================================
▼ CONTENTS "THANKS"
===================================================== */
article#thanks {}
article#thanks section#thanks-sec {}



/* =====================================================
▼ CONTENTS "POST LIST"
===================================================== */
span.newmark {
	font-size: 80%;
	line-height: 1.5em;
	white-space: nowrap;
	color: #FFF;
	border-radius: 3px;
	background-color: #C1272D;
	padding: 3px 5px;
	margin-right: 5px;
}
article#postlist {}
article#postlist section#postlist-sec {}
article#postlist section#postlist-sec ul.post-list {}
article#postlist section#postlist-sec ul.post-list li {
	margin-bottom: 10px;
}
article#postlist section#postlist-sec ul.post-list li:last-child {
	margin-bottom: 0;
}
article#postlist section#postlist-sec ul.post-list li table.post-wrap {
	width: 100%;
	border: solid 2px #DCF4F0;
}
article#postlist section#postlist-sec ul.post-list li table.post-wrap tr {}
article#postlist section#postlist-sec ul.post-list li table.post-wrap tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #DCF4F0;
	padding: 15px 20px;
}
article#postlist section#postlist-sec ul.post-list li table.post-wrap tr td {
	vertical-align: middle;
	padding: 15px 20px;
}
article#postlist section#postlist-sec ul.post-list li table.post-wrap tr td.post-title {
	width: 100%;
}
article#postlist section#postlist-sec ul.post-list li table.post-wrap tr td.arrow {
	font-size: 150%;
	line-height: 1.5em;
	background-color: #62B9D3;
	padding: 0;
}
article#postlist section#postlist-sec ul.post-list li table.post-wrap tr td.arrow a {
	display: block;
	color: #FFF;
	padding: 15px 10px;
}



/* =====================================================
▼ CONTENTS "POST DETAIL"
===================================================== */
article#postdtl {}
article#postdtl section#postdtl-sec {}
article#postdtl section#postdtl-sec p.post-date {
	color: #6B787C;
	margin-bottom: 20px;
}
article#postdtl section#postdtl-sec div.detailUpfile {
	text-align: center;
}
article#postdtl section#postdtl-sec div.detailUpfile img {
	max-width: 800px;
	height: auto;
}














