@charset "shift_jis";
/* CSS Document */

/* =======================================
    2カラムメニュー
======================================= */
@media (min-width: 769px){
	.left_con{
		float:left;
		width:49%;
	}
	.right_con{
		float:right;
		width:49%;
	}
}

/* =======================================
 3カラム
======================================= */
/*3カラム*/
.co3_box{
	float:left;
	width:29.333%;
	margin:20px 2%;
}
@media (max-width: 768px){
.co3_con{
	overflow: visible;
}
.co3_box{
	width:100%;
}
}
/* =======================================
 共通
======================================= */
p{
	line-height: 180%;
}
@media (max-width: 768px){
	p{
		font-size: 13px;
	}
}
img{
	max-width: 100%;
}
.mar_top30{
	margin-top: 30px;
}
.mar_top10{
	margin-top: 10px;
}
.mar_bot50{
	margin-bottom: 50px;
}
.center{
	text-align: center;
}
.bg_white{
	background-color: #fff;
}
.sec1{
	max-width: 1040px;
	margin: 0 auto;
	    padding: 30px 10px;
}
.common_heading2{
	text-align: center;
}
.bg_02{
	background: url("images/bg_02.png") repeat;
}
.bg_03{
	background: url("images/bg_03.png") repeat;
}
.bg_04{
	background: url("images/bg_04.png") repeat;
}

/* =======================================
 ヘッダー
======================================= */

/* header */
#top-head .inner {
	max-width: 1080px;
	margin: 0 auto;
}
#top-head .inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 16px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 10px 0 10px;
	line-height: 1;
	z-index: 999;
	background: #fff;
}
#top-head a,
#top-head {
	color: #444;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	font-size: 16px;
	bottom: 30px;
}
#global-nav ul li {
	float: left;
	position: relative;
	margin-right: 3px;
}
#global-nav ul li a {
	padding: 0 15px;
}
/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -40px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #444;
	bottom: -15px;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	padding-top: 1px;
	height: 78px;
	background: rgba(255,255,255,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo img{
	width: 300px;
	height: auto;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	font-size: 14px;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -14px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0285ff;
	bottom: -4px;
}
.current:after{
		background: #0285ff;
	bottom: -4px;

}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
@media screen and (max-width: 768px) {
	#top-head,
	#top-head .inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 60px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 10px;
		top: 1px;
	}
	#top-head.fixed .logo img{
	width: 200px;
	height: auto;
}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #0285ff;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#global-nav ul li a:hover{
		opacity: .5;
		display: block;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}



/* =======================================
 メイン
======================================= */
.btn_width {
    max-width: 660px;
    margin: auto;
}

/* メインビジュアル */
#main_visual{
    margin-top: 90px;
	text-align: center;
    width: 100%;
}
.main_visual_txt{
	background: url("images/bg_01.jpg") repeat center center;
	background-size: cover;
		padding: 50px 0;
}
.main_visual_txt_box{
	max-width: 690px;
	margin: 50px auto;
	position: relative;
}

#circle_left,#circle_right{
	position: absolute;
}
#circle_left{
	left: -160px;
}
#circle_right{
	right: -150px;
    bottom: 0px;
}
.main_visual_inner{
	padding: 40px;
	font-size: 18px;
}
.blue_txt{
	color: #0084ff;
}

@media (min-width: 769px){
.main_visual_txt{
margin-top: -77px;
	}

}
@media (max-width: 768px){
	.main_visual_txt_box{
		margin: 10px 20px 10px;
	}
	.main_visual_txt {
padding: 30px 0 20px;
    margin-top: -46px;
	
	}
	.main_visual_inner{
	font-size: 15px;
		padding: 20px;
	}
	#main_visual{
		margin-top: 60px;
	}
#circle_left,#circle_right{
	display: none;
}
.common_heading2 {
    width: 70%;
    height: auto;
    margin: auto;
}
}
/* おすすめする理由 */

.recommend_heading3 {
    font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #ff5502 85%);
	display: inline-block;
}
.recommend_con{
	margin-top: 20px;
}
@media (max-width: 768px){
	.recommend_heading3{
		font-size: 16px;
	}
}



/* 選ばれる理由 */

.reason_box{
	text-align: center;
	padding: 30px 10px;
}
.reason_box h3{
	color: #0285ff;
	font-size: 20px;
}
.reason_txt{
	text-align: left;
	margin-top: 10px;
}
.reason_con{
	margin: 30px;
}
@media (max-width: 768px){
	.reason_con h3{
		font-size: 18px;
	}
	.reason_con{
	margin: 10px;
}

}


/*仕様 */
.off_box {
    display: inline-block;
    background-color: red;
    padding: 0px 8px;
    color: #fff;
}
.spec_heading02{
	color: #0285ff;
	font-size: 24px;
	text-align: center;
}
.spec_heading03{
	font-size: 18px;
	font-weight: bold;
	    margin-top: 20px;
}
.tips_box{
	background-color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 22px;
	margin: 20px auto;
	max-width: 320px;
	width: 100%;
	box-shadow: 0 0 8px #555;
}
.tips_txt{
	    padding: 20px;
}

@media (max-width: 768px){
.spec_heading03{
	font-size: 16px;

}
	.tips_txt{
	  font-size: 15px;
}

}
.tbl01{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.tbl01 th{
width:25%;
padding:10px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #cee7ff;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.tbl01 td{
width:75%;
padding:10px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.tbl02 th{
background-color: #cee7ff;
}
.tbl02 th, .tbl02 td{
	padding: 2px;
}

.scroll_area {
    overflow: auto;
    white-space: nowrap;
}
.scroll_area::-webkit-scrollbar{　
 height: 5px;
}
.scroll_area::-webkit-scrollbar-track{　　
 background: #F1F1F1;
}
.scroll_area::-webkit-scrollbar-thumb {　
 background: #BCBCBC;
}

footer{
	padding-bottom: 30px;
}
@media (max-width: 768px){
	footer img {
    width: 80%;
    height: auto;
    max-width: 409px;
}
}



/* =======================================
 使い方ページ
======================================= */



.pad50{
	padding-top: 50px;
}

.main_ttl {
  font-family: "Kite One", sans-serif;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 1.5em; }
  @media screen and (max-width: 768px) {
    .main_ttl {
      font-size: 2em;
      margin: 0 0 1em; } }

.ttl_wrap {
  padding: 12em 15px 3em; 
background-image:url("images/make_pc_h1.jpg");
	    background-size: cover;
	background-position: center;
}
  @media screen and (max-width: 768px) {
    .ttl_wrap {
      padding: 3em 15px 2em;
	  height: 120px;
	  }

}

.low_main_ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 1.5em; }
  @media screen and (max-width: 767px) {
    .low_main_ttl {
      font-size: 1.6em; 
		margin-top: 30px;
	  }
	  .low_main_ttl img{
		  width: 130px;
		  height: auto;
	  } 
	  #sp_h1 img {
    width: 340px;
    height: auto;
}
}



.list_howto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6% .5em 0;
}
.list_howto li {
width: 46%;
    margin: 0 2% 5em 0%;
}
@media screen and (max-width: 768px){
.list_howto li {
    width: 100%;
    margin: 0 0 3em;
}
}

.make_con{
	background-color: #fff;
	    max-width: 960px;
	padding: 20px;
}
@media screen and (max-width: 768px){
.make_con{
	padding: 10px;
	margin: 0 10px;
}
	.list_howto{
		margin: 0;
	}
}

.step_ttl {
    padding: .2rem 1rem;
    border-left: 6px double #3498db;
    color: #3498db;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.tbl01{
	width: 100%;
}

.tbl01, th, td{
	border:1px solid #ccc;
	border-collapse: collapse;
}

.tbl01 th, .tbl01 td{
	padding: .3em 1em;
	border-top: 1px solid #ccc;

}
.red{
	color: red;
}
.btn01 a {
width: 300px;
  background-color: #FFA500;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(140,88,0,1);
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
padding: 15px 0;
    font-size: 20px;
	-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}
.btn01 a::before{
	-webkit-filter: brightness(0.85);
     filter: brightness(0.85);
}
.btn01 a:hover {
box-shadow: none;
	-webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
	color: #fff;
}
.btn02 a {
    background-color: #0084FF;
    box-shadow: 0 3px 0 rgba(40,88,150,1);
}
.btn03 a {
    height: 20px;
	min-width: 180px;
    width: 100%;
	font-size: 16px;
}
#top-head.fixed {
position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
	  transition: .3s;
}

.is-animation {
  height: 10px;
}


.step_sub_ttl {
    font-size: 1.14em;
	font-weight: bold;
}
.common_mida2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	color: #0084ff;
}

.common_mida2:before {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}
@media screen and (max-width: 768px){
.common_mida2 {
	font-size: 20px;
	margin-bottom: 10px;
}
}

.online_contents {
    list-style: none;
    border: 1px solid #00ADF2;
    width: 50%;
    padding: 1.5em;
    box-sizing: border-box;
    margin-bottom: 2em;
}
@media screen and ( max-width:768px )
{

	.online_contents{
		width: 100%;
	}
	.sp_con{margin-top: 2em;}
	.sp_con dd{margin-bottom: 1em;}

}

@media(min-width: 481px){
	.sp_con{
		margin-top: 2em;
		width: 100%;
	}
	.sp_con dd {
    float: left;
    width: 50%;
}
	.sp_con dt {
    float: right;
    width: 30%;
    margin-right: 10%;
}
	.sp_con:after {
    content: "";
    display: block;
    clear: both;
}
}
hr {
    margin: 20px 0;
}
@media (max-width: 768px){
.pc_img_change{
	display: none;
	}
	.sp_img_change{
		display: block;
	}
}
@media (min-width: 769px){
.pc_img_change{
	display: block;
	}
	.sp_img_change{
		display: none;
	}
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -100px;
  background: #0084ff;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* =======================================
FAQページ
======================================= */

.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #AAA;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #ff253a;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 768px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 10px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 13px;
}
.qa-list dl dt::before {
    font-size: 13px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

/* =======================================
フォームページ
======================================= */

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
 
 
input[type="text"],
textarea {
  background: #ddd;;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
box-sizing: border-box;
	transition: all 0.5s;
}
 
input[type="text"]:focus,
textarea:focus {
  background: #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #0084ff;
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
.form_tbl {
  width: 100%;
}
 
.form_tbl th,
.form_tbl td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
}
 
.form_tbl th {
  background: #ffecea;
  position: relative;
  text-align: left;
  width: 300px;
}

@media screen and ( max-width:768px ){
.form_tbl th,
.form_tbl td {
  display: block;
box-sizing: border-box;
  width: 100%;
  border-bottom: none;
	}
}

input[type="submit"] {
    background-color: #0084ff;
    padding: 1em 2em;
	color: #fff;
}
input[type="submit"][disabled]{
    background:#DCDCDC;
    cursor:not-allowed; /* 禁止カーソル */
	color: #444;
}
.confirm_tbl th,.confirm_tbl td{
	padding: 2em;
}
@media screen and ( max-width:768px ){
.confirm_tbl th,.confirm_tbl td{
	padding: 10px 5px;
	text-align: left;
}
}
#thumbnail_slider02 .slick-next:before {
    color: #444;
}
#thumbnail_slider02 .slick-prev:before {
    color: #444;
}
@media screen and ( min-width:769px ){

.sp-slide:not(.sp-selected) {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
	}}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    background-color: #444!important;
}