@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	color: #333;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin-bottom: 10px;
}

ol, ul {
	margin-left: 25px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
  *zoom: 1;
}


/*----------------------------------------------------
 #contents
----------------------------------------------------*/
#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/
@media all and (orientation:landscape) {
	#page {
		width: 100%;
	}
}

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

#header {
	background: #fff;
	padding: 4px 0 0 0;
}

#header .logo {
	float: left;
	width: 100%;
	max-width: 80px;
	margin: 0 0 4px 9px;
}

#header .logo img {
	max-width: 100%;
}

#header .tel_bt {
	float: right;
	margin: 1px 4px 0 0;
}

#header .line_bt {
	float: right;
	margin: 1px -6px 0 0;
}

/*----------------------------------------------------
 main
----------------------------------------------------*/

#main {
	background: #090909;
	background-size: cover;
}

#main .main_logo {
	text-align: center;
	padding: 84px 0 75px;
}

/*----------------------------------------------------
 campaign
----------------------------------------------------*/

#campaign {
	padding: 26px 0 20px 0;
	background: url(../images/border_bg.png) top #f6f5f5 no-repeat;
	position: relative;
}

#campaign .title {
	text-align: left;
	margin: 0 0 15px;
}

#campaign p {
	text-align: center;
}

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

#contact {
	padding: 10px 0 0 0;
	background: url(../images/border_bg.png) top no-repeat;
	position: relative;
}

#contact .contact-area {
	padding: 26px 0 20px 0;
	background: url(../images/contact_bg.png);
	background-size: cover;
}

#contact .title {
	text-align: left;
	margin: 0 0 15px;
}

#contact .left {
	float: left;
	text-align: right;
	margin: 0 auto;
	width: 48%;
}

#contact .right {
	float: right;
	text-align: left;
	margin: 0 auto;
	width: 48%;
}


/*----------------------------------------------------
 point
----------------------------------------------------*/

#point {
	padding: 10px 0 0 0;
	background: url(../images/border_bg.png) top no-repeat;
	position: relative;
}

#point .point-area {
	padding: 26px 0 3px 0;
	background: url(../images/point_bg.png);
	background-size: cover;
}

#point .title {
	text-align: left;
	margin: 0 0 18px;
}

#point .box {
	margin: 0 0 26px;
	text-align: center;
}

/*----------------------------------------------------
 message
----------------------------------------------------*/

#message {
	padding: 33px 0 20px 0;
	background: url(../images/message_bg.png) no-repeat;
	background-size: cover;
	position: relative;
}

#message .title {
	text-align: left;
	margin: 0 0 18px;
}

#message p {
	margin: 0 14px 12px 20px;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0.8px;
}

/*----------------------------------------------------
 #flow
----------------------------------------------------*/

#flow {
	padding-top: 30px;
	padding-bottom: 5px;
	background: linear-gradient(101.88deg, #EAF2F9 -9.11%, #FBFBFC 52.2%, #E6F0F9 94.15%, #A0D2FF 114.8%);
}

#flow .container {
	padding: 0 20px;
	box-sizing: border-box;
}

#flow .head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

#flow .head h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#flow .head h2 b {
	margin-bottom: 14px;
	position: relative;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: "Dancing Script", serif;
	background: linear-gradient(94.26deg, #115BFB 1.21%, #118BFB 79.97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

#flow .head h2 b:after {
	content: '';
	width: 51px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#flow .head h2 small {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

#flow .flowList {
	position: relative;
	padding: 0 5px 0 0;
}

#flow .flowList:before {
	background: url('../images/flow-dots.svg') repeat-y center center/contain;
	content: '';
	height: 91%;
	left: 53px;
	position: absolute;
	top: 0;
	width: 2px;
	z-index: 0;
}

#flow .flowList .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

#flow .flowList .box .imageArea {
	width: 110px;
	height: 110px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#flow .flowList .box .imageArea .image {
	width: 55%;
}

#flow .flowList .box.box01 .imageArea .image {
	transform: translateX(13px);
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
}

#flow .flowList .box.box03 .imageArea .image {
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
}

#flow .flowList .box.box04 .imageArea .image {
	transform: translateY(7px);
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
}

#flow .flowList .box.box05 .imageArea .image {
	transform: translateY(7px);
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
}

#flow .flowList .box.box06 .imageArea .image {
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-ms-transform: translateX(6px);
}

#flow .flowList .box.box07 .imageArea .image {
	width: 60%;
	transform: translateY(9px);
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
}

#flow .flowList .box.box08 .imageArea .image {
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
}

#flow .flowList .box .conts {
	width: calc(100% - 130px);
}

#flow .flowList .box .conts .stepTex {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "Dancing Script", serif;
	background: linear-gradient(94.26deg, #115BFB 1.21%, #118BFB 79.97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

#flow .flowList .box .conts h4 {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.075em;
	margin-bottom: 10px;
}

#flow .flowList .box .conts p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.075em;
	text-align: justify;
}


/*----------------------------------------------------
 infomation
----------------------------------------------------*/

#infomation {
	padding: 30px 0 30px;
	background: #fff;
}

#infomation .title {
	text-align: left;
	margin: 0 0 18px;
}

#infomation table {
	margin: 0 10px 15px;
	max-width: 100%;
	border-collapse: inherit;
	border-spacing: 0px 3px;
}

#infomation table th {
	background: #a3d1d0;
	padding: 10px 0 10px 11px;
	width: 27%;
	text-align: left;
}

#infomation table td {
	padding: 10px 10px 10px 11px;
	background: #fff;
	border: 1px solid #a3d1d0;
}

#infomation .map {
	margin: 0 10px 15px;
	max-width: 100%;
}

#infomation .shopFlex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 2px;
	box-sizing: border-box;
}

#infomation .shopFlex > div {
	width: 32.4%;
}

#infomation .shopFlex > div img {
	max-width: 100%;
}

/*----------------------------------------------------
 faq
----------------------------------------------------*/

#faq {
	padding: 26px 0 20px 0;
	background: url(../images/border_bg.png) top #fff no-repeat;
	position: relative;
}

#faq .title {
	margin: 0 0 10px;
	text-align: left;
}

#faq .cp_actab {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 12px 10px;
	color: #ffffff;
}

#faq .cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#faq .cp_actab label {
	font-weight: bold;
	line-height: 45px;
	position: relative;
	display: block;
	padding: 0 0 0 0;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #fff;
	color: #333;
	border-top: 3px solid;
	border-right: 3px solid;
	border-image: linear-gradient(to right, #00A0D4 0%, #00A7C3 100%);
	border-image-slice: 1;
}

#faq .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333;
	background: #fff;
	border-left: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, #00A0D4 0%, #00A7C3 100%);
	border-image-slice: 1;
	margin: -1px 0 0 0;
	font-weight: bold;
}

#faq .cp_actab .cp_actab-content p {
	margin: 1em;
}

/* :checked */
#faq .cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}

/* Icon */
#faq .cp_actab label::after {
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

#faq .cp_actab input[type=checkbox] + label::after {
	content: '+';
}

#faq .cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}

#faq .cp_actab input[type=checkbox]:checked + label {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a1d2+0,00a7c3+100 */
	background: rgb(0,161,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,161,210,1) 0%, rgba(0,167,195,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,161,210,1) 0%,rgba(0,167,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,161,210,1) 0%,rgba(0,167,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1d2', endColorstr='#00a7c3',GradientType=1 ); /* IE6-9 */
}

#faq .question_no {
	margin: 0 7px 0 0;
	padding: 15px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ba4d6+0,00a1d3+100 */
	background: rgb(11,164,214); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(11,164,214,1) 0%, rgba(0,161,211,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(11,164,214,1) 0%,rgba(0,161,211,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(11,164,214,1) 0%,rgba(0,161,211,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ba4d6', endColorstr='#00a1d3',GradientType=1 ); /* IE6-9 */
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/

#footer {
	padding: 10px 0 0 0;
	background: url('../images/border_bg.png') top no-repeat;
	text-align: center;
	color: #63717a;
	font-size: 10px;
}

#footer .footer-area {
	padding: 18px 0 10px 0;
	background: #182a35;
}

#footer .footer-area p {
	margin: 7px 0 10px 0;
	color: #fff;
}

/*----------------------------------------------------
 Iphone plus
----------------------------------------------------*/

@media screen and (min-width: 410px) and (max-width: 767px) {



}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
header.global nav ul:after { content: ''; display: block; clear: both; }
