@charset "UTF-8";
/*----------------------------------------

	#company ad
	- mv
	- content
	- parts
		+ tab

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
/* commons */
.none { display: none; }
#content h2,h3 {color: #000;}
#content h2>span {color: #222;display: inline-block;}

.sec01 > .title,
.nads > .title,
.other > .title {
    margin: 0 0 34px;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #00a0e9;
    color: #000;
}
.sec01 > p + p {
	margin-top: 10px;
}

/* ad */
#content #ad {
	margin-bottom: 40px;
}
#ad > div {
	padding: 60px 60px 30px;
	background: #e5f2ff;
}
#ad > div h3 {
	margin: 0 0 35px;
	text-align: center;
}
.ad_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ad_list > li {
	position: relative;
	width: calc(50% - 20px);
	margin: 0 0 25px;
	padding: 25px 0 0;
}
.ad_list > li a {
	display: block;
}
.ad_list > li a figure {
	transition: opacity 0.1s ease-out;
}
.ad_list > li a:hover figure {
	opacity: 0.6;
}
.ad_list > li a:action figure {
	opacity: 0.6;
}
.ad_list > li p {
	position: absolute;
	top: 0;
	height: 25px;
	padding: 0 20px;
	background: #03a1e9;
	line-height: 25px;
}
.ad_list > li > span.tips {
	display: block;
	margin-top: 5px;
	font-size: 90%;
}
.ad_list > li dl dt {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 22px 0 0;
	padding: 5px 10px;
	text-align: center;
	background-color: #3092BF;
}
.ad_list > li dl dt > span {
	display: block;
	position: relative;
	padding: 0 22px;
	color: #fff;
}
.ad_list > li dl dd {
	padding: 10px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	#content #ad {
		margin-bottom: 30px;
		padding: 0;
	}
	#ad > div {
		padding: 40px 20px;
	}
	.ad_list {
		display: block;
	}
	.ad_list > li {
		width: 100%;
		margin: 0 0 10px;
	}
	.ad_list > li dl dt {
		margin: 15px 0 0;
	}
	.ad_list > li dl dt > span {
		padding: 0 10px;
	}
}

/* nads */
#content > .nads {
	margin-bottom: 50px;
}
.nads > p {
	margin-bottom: 30px;
}
.nads > div {
	margin-bottom: 50px;
	padding: 0 60px;
}
.nads > div.pNon {
	padding: 0;
}
.nads > div > p {
	margin: 0 0 15px;
	text-align: right;
}
.nads > dl {
	margin: 0 0 30px;
}
.nads > dl dt {
	margin-bottom: 15px;
}
.nads figcaption {
	margin-top: 15px;
}
.nads .imgRight {
	display: flex;
	margin: 0 0 25px;
}
.nads .imgRight dl {
	flex: 1;
}
.nads .imgRight dl dt {
	margin: 0 0 6px;
}
.nads .imgRight figure {
	width: 180px;
	margin-left: 60px;
}
@media screen and (max-width: 767px) {
	#content > .nads {
		margin-bottom: 30px;
	}
	.nads > div {
		margin-bottom: 30px;
		padding: 0;
	}
	.nads > div > p {
		margin-bottom: 10px;
	}
	.nads > .title {
		margin-bottom: 26px;
	}
	.nads > dl {
		margin-bottom: 20px;
	}
	.nads .imgRight {
		display: block;
		margin-bottom: 30px;
	}
	.nads .imgRight dl dt {
		margin-bottom: 4px;
	}
	.nads .imgRight figure {
		width: 180px;
		margin: 20px auto 0;
	}
}

/* other */
#content > .other {
	margin-bottom: 30px;
}
.other ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 60px;
}
.other ul li {
	display: flex;
	flex-wrap: wrap;
	width: calc(50% - 20px);
	margin: 0 0 36px;
}
.other ul li p {
	width: 100%;
	margin: 0 0 6px;
}
.other ul li figure {
	width: 100%;
	align-self: flex-end;
}
.other ul li figure a {
	display: block;
	transition: opacity 0.1s ease-out;
}
.other ul li figure a:hover {
	opacity: 0.6;
}
.other ul li figure a:action {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	#content > .other {
		margin-bottom: 40px;
	}
	.other > .title {
		margin-bottom: 26px;
	}
	.other ul {
		display: block;
		padding: 0;
	}
	.other ul li {
		width: 100%;
		margin-bottom: 26px;
	}
	.other ul li figure a {
		transition: none;
		cursor: default;
	}
	.other ul li figure a:hover {
		opacity: 1;
	}
	.other ul li figure a:action {
		opacity: 1;
	}
}

/* series */
#content > .series {
	max-width: none;
	background: #e5f2ff;
}
#content > .series > div {
    max-width: 1120px;
    margin: 0 auto;
}
.series .title {
	margin: 0 0 40px;
	text-align: center;
}
.series > div {
	padding: 55px 0 20px;
}
.series > div > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.series > div > ul > li {
	width: calc(33.3333% - 26px);
	margin: 0 0 36px;
}
.series > div > ul > li p {
	margin: 16px 0 0;
	text-align: center;
}
.series > div > ul > li a figure {
	transition: opacity 0.1s ease-out;
}
.series > div > ul > li a:hover figure {
	opacity: 0.6;
}
.series > div > ul > li a:action figure {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.series .title {
		margin-bottom: 30px;
	}
	.series > div {
		padding: 40px 0 10px;
	}
	.series > div > ul > li {
		width: calc(50% - 5px);
		margin: 0 0 26px;
	}
	.series > div > ul > li p {
		margin: 10px 0 0;
		text-align: left;
	}
}

/* btn01 */
#content .btn {
	margin-bottom: 50px;
}
.btn .btn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	max-width: 690px;
	margin: 33px auto 0;
}
.btn .btn01 li {
	margin: 20px 10px 0;
}
.btn .btn01 li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 320px;
	height: 63px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 40px;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
}
.btn .btn01 li a span {
	position: relative;
	padding-left: 25px;
	letter-spacing: -0.03em;
}
.btn .btn01 li a span::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 7px;
	height: 12px;
	width: 12px;
	border-top: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
	.btn .btn01 li a {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}

	.btn .btn01 li a:hover {
		border-color: #00a0e9;
		background: #00a0e9;
		color: #fff;
	}

	.btn .btn01 li a:hover span::after {
		border-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	/* btn01 */
	.btn .btn01 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		max-width: 280px;
		margin: 35px auto 0;
	}
	.btn .btn01 li {
		width: 100%;
		margin-top: 0;
	}
	.btn .btn01 li:nth-child(n+2) {
		margin-top: 15px;
	}
	.btn .btn01 li a {
		width: 256px;
		height: 50px;
		-webkit-box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
	}
	.btn .btn01 li a span {
		padding-left: 15px;
	}
	.btn .btn01 li a span::after {
		height: 11px;
		width: 11px;
		left: 2px;
	}
}

/*----------------------------------------
	parts
-----------------------------------------*/
/* tab */
#tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 55px;
	margin-bottom: 60px;
}
#tab>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
}
#tab>ul>li {
	width: 100%;
	max-width: 180px;
}
#tab>ul>li+li {
	margin-left: 20px;
}
#tab>ul>li>a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 5px 20px;
	color: #000;
	border-bottom: 2px solid #ddd;
	-webkit-transition: border 0.1s ease-out, color 0.1s ease-out;
	-o-transition: border 0.1s ease-out, color 0.1s ease-out;
	transition: border 0.1s ease-out, color 0.1s ease-out;
}
#tab>ul>li>a:hover,
#tab>ul>li.crnt>a {
	border-bottom-color: #00a0e9;
}
#tab>ul>li>a:hover {
	color: #666;
}
#tab>ul>li.crnt>a {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#tab {
		/*display: none;*/
	}
	#tab {
		margin-bottom: 30px;
	}
	#tab>ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
	}
	#tab>ul>li {
		width: calc(50% - 0.5px);
		max-width: initial;
		line-height: 1.6rem;
		border-right: 1px solid rgba(255,255,255,0.0);
	}
	#tab>ul>li+li {
		margin: 0;
	}
	#tab>ul>li:nth-child(2n) {
		border-right: none;
	}
	#tab>ul>li:nth-child(n + 3) {
		margin-top: 1px;
	}
	#tab>ul>li>a {
		padding: 15px 5px;
		font-weight: normal;
		border-bottom: none;
		background-color: #eee;
		color: #666;
	}
	#tab>ul>li>a:hover,
	#tab>ul>li.crnt>a {
		color: #fff;
		background-color: #62b1d9;
	}
}

/* --- #selectTab --- */
#selectTab {
	display: none;
	position: relative;
	width: 205px;
	margin: 32px auto 60px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	        box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#selectTab::before,
#selectTab::after {
	position: absolute;
	content: '';
	pointer-events: none;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#selectTab::before {
	height: 100%;
	width: 40px;
	top: 0;
	right: 0;
	border-left: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
}
#selectTab::after {
	top: calc(50% - 10px);
	right: calc(4px + 10px);
	height: 10px;
	width: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#selectTab:hover::before {
	border-color: #00a0e9;
	background-color: #00a0e9;
}
#selectTab:hover::after {
	border-color: #fff;
}

#selectTab select {
	height: 3.1em;
	width: 100%;
	padding: 0 40px 0 56px;
	color: #000;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE10以上で矢印を消す */
#selectTab select::-ms-expand {
	display: none;
}
#selectTab select:focus {
	outline: none;
}
@media screen and (max-width: 767px) {
	#selectTab {
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;*/
		width: 99%;
		margin-bottom: 40px;
	}
	#selectTab select {
		height: 3.6em;
		padding: 0 35px 0 20px;
	}
	#selectTab::before {
		width: 35px;
		border-color: #00a0e9;
		background-color: #00a0e9;
	}
	#selectTab::after {
		right: calc(4px + 7px);
		border-color: #fff;
	}
}

/*----------------------------------------
	modal
-----------------------------------------*/
/* modal - keyframes */
@-webkit-keyframes modalwindow_body_in {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes modalwindow_body_in {
	0% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@-webkit-keyframes modalwindow_body_out {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@keyframes modalwindow_body_out {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
body.enabled_modal {
	overflow: hidden;
}
#modal {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: none;
	position: fixed;
	z-index: 9999;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.8);
}
#modal img {
	width: 100%;
	height: auto;
}
#modal .modalOverlay {
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	max-width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding: 50px 50px;
	-webkit-transform: translateY(-20px);
	    -ms-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-animation: 500ms modalwindow_body_out;
	        animation: 500ms modalwindow_body_out;
}
#modal.is_visible .modalOverlay {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-animation: 200ms modalwindow_body_in;
	        animation: 200ms modalwindow_body_in;
}

#modal .loader {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 2px solid #fff;
	border-top: 2px solid transparent;
	border-radius: 50%;
	-webkit-animation: loader 0.6s infinite linear;
	animation: loader 0.6s infinite linear;
}


/* modal - style */
#modal .modalWrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin: 30px auto;
}
#modal .modalInner {
	position: relative;
	max-width: 1000px;
	background-color: #fff;
}
#modal .modalBox {
	position: relative;
	z-index: 2;
}

#modal .modalClose {
	position: absolute;
	top: -56px;
	right: 0;
	z-index: 100;
}
#modal .modalClose a {
	display: block;
	width: 36px;
	height: 36px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#modal .modalClose a::before,
#modal .modalClose a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	border-bottom: 1px solid #fff;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#modal .modalClose a::before {
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	    -ms-transform: rotate(45deg) translate(-50%,-50%);
	        transform: rotate(45deg) translate(-50%,-50%);
}
#modal .modalClose a::after {
	-webkit-transform: rotate(-45deg) translate(-50%,-50%);
	    -ms-transform: rotate(-45deg) translate(-50%,-50%);
	        transform: rotate(-45deg) translate(-50%,-50%);
}
#modal .modalClose a:hover {
	opacity: 0.6;
}
#modal .modaltitle {
	position: absolute;
	bottom: calc(100% + 0.5em);
}
#modal .modalNotes {
	position: absolute;
	bottom: -3em;
}


@media screen and (max-width:768px){
	#modal {
		display: none!important;
	}
	#modal .modalOverlay {
		max-width: 360px;
	}
	#modal .modalBox {
		position: relative;
	}
	#modal .modalClose {
		top: -10px;
		right: -5px;
	}
	#modal .modalClose a {
		width: 30px;
		height: 30px;
	}
	#modal .modalClose a::before,
	#modal .modalClose a::after {
		width: 10px;
	}
}