@charset "utf-8";font-size

/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ul li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
sup {
	vertical-align: text-top;
	font-size: 75%;
}
sub {
	vertical-align: text-bottom;
	font-size: 75%;
}
input, textarea, select {
	z-index: auto;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
}
a {
	outline: none;
}
audio:not([controls]) {
	display: none;
}
time {
	display: inline;
}
[hidden] {
	display: none;
}
input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
	visibility: hidden;
	display: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	outline: none;
}
button, input[type=submit], input[type=button], input[type=reset] {
	cursor: pointer;
}
small {
	font-size: 85%;
}
i, em {
	font-weight: normal;
	font-style: normal;
}
/* colors */
.navy {
	color: #113557;
}
.blue {
	color: #00bcea;
}
.link {
	color: #0066c0;
}
.text {
	color: #0c1d27;
}
.line {
	color: #e9e9e9;
}
.bg-blue {
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	background-color: #f2fbfd;
}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
/* margin */
.mb-2-7em {
	margin-bottom: 2.7em;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
/* pc only */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}
/* sp only */
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

/* general */
html {
	scroll-behavior: smooth;
}
body {
	font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.8;
	font-size: 17px;
	color: #4d4c4c;
}
a:link {
	color: #0066c0;
	text-decoration: underline;
}
a:hover {
	color: #0066c0;
	text-decoration: none;
}
a:active {
	color: #0066c0;
	text-decoration: none;
}
a:visited {
	color: #0066c0;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
/* head container - header */
.headContainer {
	height: 310px;
	position: relative;
	background-color: #0c254c;
	border-bottom: solid 5px #00bceb;
}
.pageHeader .odyssey-list{
    display: block;
    width: 220px;
    margin: 0 auto;
    padding: 10px 20px 13px;
    font-size: 12px;
    color: #FFF;/*#1B456B;*/
	font-weight: bold;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    background-color: #049fd9;/*#B9EDFF;*/
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 80px;
	z-index: 100;
}
.pageHeader .odyssey-list:hover{
    opacity: 0.85;
}
/*
.headContainer .decoration {
	width: calc(100% - (100% - 1240px) / 2);
	height: 320px;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 240px 0 0 0;
	border: solid 20px #00bcea;
	border-right: none;
	border-bottom: none;
}
*/
.pageHeader {
	/* max-width: 1140px; */
	height: 300px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.pageHeader .content {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
}
.pageHeader .siteLogo {
	width: 210px;
    height: 180px;
    margin: 0 auto 20px auto;
    padding: 28px 20px 0 20px;
    background-color: #fff;
    border-radius: 0 0 108px 108px;
}
.pageHeader .siteLogo figure{
	width: 100%;
}
.pageHeader h1 {
	color: #fff;
	font-size: 38px;
	letter-spacing: 1px;
	margin: 0 auto;
}
/* page body */
.pageBody {
	margin: 0 auto;
}
.pageBody section {
	max-width: 1080px;
	padding: 60px 20px;
	margin: 0 auto;
}
.pageBody h2 {
	font-size: 26px;
	color: #444;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	letter-spacing: .05em;
	font-weight: bold;
}
.pageBody h2::after {
    content: '';
    display: block;
    width: 110px;
    height: 5px;
    background: linear-gradient(to right, #0c254c,#00bceb);
	margin: 15px auto 0;
}
.pageBody h2.no-deco::after {
    display: none;
}
.pageBody h2.about {
	font-size: 22px;
}
.pageBody h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: .25em;
	color: #0c254c;
	letter-spacing: .05em;
}
.pageBody p {
	margin-bottom: 1.5em;
	text-align: justify;
}
.pageBody ul, .pageBody ol {
	margin: 0 0 1.5em 1.5em;
}
.pageBody ul li {
	list-style: disc;
}
a.text-link {
	color: #0066c0;
	text-decoration: none;
	border-bottom: 1px solid #0066c0;
	font-weight: bold;
	transition: .2s ease;
	line-height: 1.8;
}
a.text-link:visited {
	color: #0066c0;
}
a.text-link:hover {
	color: #00bceb;
	border-bottom: none;
}
/* tables */
table.outline {
	width: 100%;
	margin: 0 0 1.5em;
	position: relative;
}
table.outline::after {
	bottom: -1px;
}
table.outline th {
	padding: 15px 30px;
	width: 230px;
	color: #113557;
	font-weight: bold;
	border-bottom: solid 2px #00bceb;
}
/*
table.outline th::after {
	position: absolute;
	content: "";
	width: 230px;
	height: 2px;
	left: 0;
	margin-top: 84px;
	background: linear-gradient(to right, #0c254c,#00bceb);
}
*/
table.outline td {
	padding: 15px 40px;
	border-bottom: 2px #ddd solid;
}
table.outline th::before {
	content: '';
	width: 0;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
}
table.subject {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
table.subject th, table.subject td {
	padding: 15px;
	border: 4px #e9e9e9 solid;
}
table.subject th {
	color: #113557;
	font-weight: bold;
}
table.subject thead th {
	background: #00bcea;
	text-align: center;
	padding: 2px 8px;
}
table.subject a {
	font-weight: bold;
}
table p:last-child, table ul:last-child, table ol:last-child {
	margin-bottom: 0;
}
/* flow chart style */
dl.flow {
	position: relative;
}
dl.flow::before {}
dl.flow dt {
	position: relative;
	padding-left: 115px;
	font-size: 22px;
	font-weight: bold;
	color: #113557;
	border-top: 2px #ddd dotted;
}
/*
dl.flow dt::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 62px;
    width: 90px;
    height: inherit;
    border-bottom: 4px solid #0c254c;
}
*/
dl.flow dt b {
	width: 90px;
	height: 100px;
	background: #0c254c;
	color: #fff;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	line-height: 90px;
	display: block;
	border-radius: 0 0 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10px;
	margin-top: -2px;
}
dl.flow dt p {
	margin: 34px 0 18px 0;
}
dl.flow dd {
	padding-bottom: 50px;
	margin-left: 115px;
	position: relative;
}
dl.flow dd::after {
	width: 0;
	height: calc(100% - 20px);
    position: absolute;
    left: -74px;
    top: 12px;
	border-left: 5px #00bceb dotted;
	content: '';
	display: block;
}
dl.flow dd p {
	margin-bottom: 1em;
}
dl.flow dd p:last-child {
	margin-bottom: 0;
}
/* button ui */
ul.btns {
	display: flex;
	justify-content: left;
	align-items: stretch;
	margin-left: 0;
}
ul.btns li {
	width: 35%;
	font-size: 16px;
    color: #0c254c;
	letter-spacing: .1em;
	font-weight: bold;
	list-style: none;
	margin-right: 20px;
}
ul.btns li:last-child {
	margin-right: 0;
}
ul.btns li a {
	background: #fff;
    color: #0c254c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 20px 28px 20px 20px;
    line-height: 1.1;
    position: relative;
    border: 2px #113557 solid;
    transition: all .3s ease;
    border-radius: 60px;
    margin-top: 10px;
}
ul.btns li a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: #113557 solid;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 6px);
}
ul.btns li a:hover {
	background: #0c254c;
	color: #fff;
	border: 2px #0c254c solid;
}
ul.btns li a:hover::after {
	border-color: #fff;
}
ul.btns li a p{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
ul.btns.tri li {
	width: calc(30% - 10px);
}
ul.btns.quad li {
	width: calc(25% - 10px);
}
/* faq */
dl.faq {
	text-align: justify;
}
dl.faq dt {
	display: flex;
	color: #0c254c;
	align-items: center;
	border: 1px #113557 solid;
    border-radius: 20px;
    padding: 8px 60px 8px 20px;
    line-height: 1.1;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
	font-weight: bold;
}
dl.faq dt.open {
    border-radius: 20px 20px 0 0;
}
dl.faq dt span {
	background: #0c254c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
	margin-right: 14px;
	flex-shrink: 0;
}
dl.faq dd {
	font-size: 15px;
	padding: 14px 20px 14px 20px;
    position: relative;
    border: 1px #113557 solid;
    border-radius: 0 0 20px 20px;
    border-top: 0;
    margin-bottom: 15px;
    display: none;
}
dl.faq dd div.faq_flex {
	display: flex;
}
dl.faq dd div.faq_a_text {
	padding-top: 1px;
}
dl.faq dd span {
	background: #049fd9;
    color: #fff;
    font-size: 23px;
	line-height: 1.1;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
	margin-right: 14px;
	flex-shrink: 0;
}
dl.faq dt::before, dl.faq dt::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 20px;
    background: #113557;
    transition: transform .3s ease;
}
dl.faq dt::before {
    transform: rotate(90deg);
    top: calc(50% + 0px);
}
dl.faq dt.open::before {
    transform: rotate(0);
	border-bottom: none;
}
dl.faq dt::after {
    transform: rotate(0deg);
    top: calc(50% - 0px);
}
h3 img {
	width: 28px;
	height: 100%;
    vertical-align: middle;
    margin-left: 5px;
}
/* section internal block */
section>.inner {
	padding: 0 115px;
}
/* contact */
.fwbg {
	background: #f6f7f7;
}
.contact {
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 20px 40px;
}
.contact dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.contact dl dt {
	color: #113557;
	width: 30%;
	margin-bottom: 15px;
}
.contact dl dd {
	width: 70%;
	margin-bottom: 15px;
}
.contact p {}
/* bottom area - footer */
.bottom {
	background: #0c254d;
	border-top: 5px #00bcea solid;
	color: #fff;
}
.pageFooter {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
}
.pageFooter ul {
	display: flex;
	justify-content: flex-start;
}
.pageFooter ul li {
	font-size: 14px;
	padding: 0 13px;
	position: relative;
}
.pageFooter ul li::after {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	background: #fff;
}
.pageFooter ul li:first-child {
	padding-left: 0;
}
.pageFooter ul li:last-child::after {
	content: none;
}
.pageFooter ul li a {
	color: #fff;
	text-decoration: none;
}
.pageFooter ul li a:hover {
	text-decoration: underline;
}
.pageFooter ul {
	margin-bottom: 5px;
}
.pageFooter ul+ul {
	margin-bottom: 40px;
}
.pageFooter p {
	font-size: 15px;
}
.pageFooter p small {
	font-size: 12px;
}
.pageFooter .corp {
	width: 170px;
	height: 29px;
	position: absolute;
	right: 20px;
	top: 40px;
}
/* SNS FUNCTIONS */
.share_space{
	max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
}
.copy-btn{
    display: inline-block;
    padding: 5px 10px 5px 25px;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #fff;
    background: url("../img2/icn_copy.png") 10px center / 12px auto no-repeat #a5a5b1;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
}
@media screen and (max-width: 1023px) {
	.headContainer {
		height: 240px;
	}
	/*
	.headContainer .decoration {
		width: calc(100% - 30px);
		height: 260px;
		border-radius: 180px 0 0 0;
		border: solid 18px #00bcea;
		border-right: none;
		border-bottom: none;
	}
	*/
	.pageHeader {
		height: 300px;
	}
	.pageHeader .odyssey-list{
    	right: 40px;
	}
	.pageHeader .siteLogo {
		width: 150px;
		height: 130px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 32px 20px 0;
	}
	.pageHeader h1 {
		font-size: 30px;
	}
	.pageHeader .content h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}
	ul.btns li {
		width: 50%;
	}
	ul.btns.quad,
	ul.btns.tri {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	ul.btns.quad li,
	ul.btns.tri li {
		width: calc(50% - 20px);
	}
	.contact {
		display: block;
	}
	.contact h2 {
		margin-bottom: 20px;
	}
	.contact h2+p {
		width: auto;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {

	/* general */
	body {
		font-size: 14px;
		font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	}
	/* head container - header */
	.headContainer {
		height: 180px;
		margin-bottom: 25px;
	}
	/*
	.headContainer .line {
		width: calc(100% - 20px);
		height: 180px;
		border-radius: 110px 0 0 0;
		border: solid 14px #00bcea;
		border-right: none;
		border-bottom: none;
	}
	*/
	.pageHeader .odyssey-list{
    	display: none;
	}
	.pageHeader {
		height: 275px;
		background: transparent;
		border: none;
	}
	.pageHeader .siteLogo {
		width: 120px;
		height: 104px;
		margin: 0 auto 20px;
		padding: 20px 14px;
	}
	.pageHeader h1 {
		font-size: 4.8vw;
		line-height: 1.2;
		margin-top: 12px;
	}
	/* page body */
	.pageBody {
		padding: 0 20px;
	}
	.pageBody section {
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.pageBody h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.pageBody h2.about {
		font-size: 18px;
	}
	.pageBody h2::after {
		width: 70px;
		height: 2px;
		left: calc(50% - 35px);
	}
	.pageBody h3 {
		font-size: 16px;
		margin-bottom: .25em;
	}
	/* tables */
	table.outline {
		line-height: 1.4;
		font-size: 13px;
	}
	table.outline th {
		padding: 12px 10px 12px 0;
		border-bottom: 1px #00bcea solid;
		width: 28%;
		font-size: 13px;
	}
	table.outline td {
		padding: 12px 0 12px 10px;
		border-bottom: 1px #ddd solid;
	}
	table.outline th::before {
		content: none;
	}
	table.subject {
		line-height: 1.4;
		font-size: 12px;
	}
	table.subject th, 	table.subject td {
		padding: 8px;
		border: 2px #e9e9e9 solid;
	}
	table.subject th {
		color: #113557;
		font-weight: bold;
	}
	table.subject thead th {
		background: #00bcea;
		text-align: center;
		padding: 2px 8px;
	}
	table.subject a {
		font-weight: bold;
	}
	/* flow chart style */
	dl.flow dt {
		padding-left: 60px;
		font-size: 16px;
	}
	dl.flow dt p {
		margin: 18px 0;
	}
	dl.flow dt::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 45px;
		width: 46px;
		height: inherit;
		border-bottom: 4px solid #0c254c;
	}
	dl.flow dt b {
		width: 46px;
		height: 57px;
		font-size: 24px;
		line-height: 42px;
		border-radius: 0 0 30px 30px;
	}
	dl.flow dd {
		padding-bottom: 25px;
		margin-left: 60px;
		line-height: 1.4;
	}
	dl.flow dd::after {
		height: calc(100% - 10px);
		left: -40px;
		top: 0;
		border-left: 4px #00bceb dotted;
	}
	/* button ui */
	ul.btns {
		display: block;
		margin-bottom: 0;
	}
	ul.btns li {
		width: auto;
		font-size: 14px;
		margin-bottom: 10px;
	}
	ul.btns li:last-child {
		margin-right: 20px;
	}
	ul.btns li a {
		padding: 20px 30px 20px 28px;
		border-radius: 50px;
		font-size: 15px;
	}
	ul.btns li a::after {
		width: 6px;
		height: 6px;
		right: 28px;
		top: calc(50% - 3px);
	}
	ul.btns li a:hover {
		border: 0;
	}
	ul.btns li a:hover::after {
		border-color: #113557;
	}
	ul.btns li:last-child {
		margin-bottom: 0;
	}
	ul.btns.quad li,
	ul.btns.tri li {
		width: auto;
	}
	/* section internal block */
	section>.inner {
		padding: 0;
	}
	/* faq */
	dl.faq dt {
		padding: 10px 60px 10px 14px;
		font-size: 13px;
		margin-top: 8px;
	}
	dl.faq dt::before, dl.faq dt::after {
		width: 20px;
	}
	dl.faq dd {
		padding: 14px 20px 14px 14px;
		font-size: 13px;
	}
	/* contact */
	.contact {
		padding: 30px 20px;
	}
	.contact dl {
		display: block;
		margin-bottom: 15px;
	}
	.contact dl dt {
		font-size: 14px;
		font-weight: bold;
		width: auto;
		margin-bottom: 0;
	}
	.contact dl dd {
		width: auto;
		margin-bottom: 15px;
	}
	.contact p {
		font-size: 12px;
	}
	/* bottom area - footer */
	.pageFooter {
		padding: 20px 10px 10px;
	}
	.pageFooter ul {
		display: inline;
		margin: 0;
	}
	.pageFooter ul li {
		font-size: 12px;
		padding: 4px 12px 4px 10px;
		display: inline-block;
	}
	.pageFooter ul li::after {
		height: 12px;
		position: absolute;
		right: 0;
		top: calc(50% - 6px);
	}
	.pageFooter ul li:first-child {
		padding-left: 10px;
	}
	.pageFooter ul li:last-child::after {
		content: '';
	}
	.pageFooter ul+ul li:last-child::after {
		content: none;
	}
	.pageFooter ul {
		margin-bottom: 5px;
	}
	.pageFooter ul+ul {
		margin-bottom: 40px;
	}
	.pageFooter p {
		font-size: 10px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.pageFooter p small {
		font-size: 10px;
		display: block;
		text-align: center;
	}
	.pageFooter .corp {
		width: auto;
		position: static;
		right: auto;
		top: auto;
		text-align: right;
		margin: 20px 0;
	}
	.pageFooter .corp img {
		width: 160px;
		height: 28px;
	}

}