/* reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}*/

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, small, 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, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
body {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 游ゴシック体, YuGothic, 游ゴシック, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	/*font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;*/
	-webkit-text-size-adjust: 100%;
	line-height: 1.7;
	font-size: 100%;
	color: #212121;
	background-color: #ffffff;
	
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
body {
	font-size: 90%;
	line-height: 1.6;
}
}
/* -------------end------------- */


ol, ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
}
html {
	margin-bottom: 1px;
	height: 100%;
}
* {
	box-sizing: border-box;
}
/* line style　------------------------------*/
/* -----------------------------------------*/

a img {
	border-style: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* link style ------------------------------*/
/* -----------------------------------------*/
a:link {
	color: #212121;
	text-decoration: none;
}
a:visited {
	color: #212121;
	text-decoration: none;
}
a:active {
	color: #ccc;
	text-decoration: none;
}
.link_line {
	text-decoration: underline;
}
img, video, object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a:active, a:focus, input:active, input:focus {
	outline: 0;
}
img {
	width: 100%;
	height: auto;
}
iframe {
	vertical-align: bottom;
}
/* ========================================

    ■ Header■ Keyv

======================================== */
#keyv {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
.header_outside {
    background-image: url(../img/main_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}
}
/* -------------end------------- */




.fluffy {
	animation: fluffy1 3s ease infinite;
}
 @keyframes fluffy1 {
 0% {
transform:translateY(0)
}
 5% {
transform:translateY(0)
}
 10% {
transform:translateY(0)
}
 20% {
transform:translateY(-15px)
}
 25% {
transform:translateY(0)
}
 30% {
transform:translateY(-15px)
}
 50% {
transform:translateY(0)
}
 100% {
transform:translateY(0)
}
}
.contents {
	max-width: 1000px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.contents {
	width: 94%;
}
}
/* -------------end------------- */


/* ========================================

    ■ con1

======================================== */

.con1_outside {
	background-color: #99cc66;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
.con1_flex_box {
	display: flex;
	justify-content: space-around;
}
.con1_flex_box li {
	width: 45%;
}
}

/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con1_flex_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.con1_flex_box li:first-child {
	margin-bottom: 15px;
}
}
/* -------------end------------- */


/* ========================================

    ■ con２ 

======================================== */

.con2_outside {
	background-color: #efefef;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/con2_bg.png);
	background-position: center top;
	background-repeat: repeat;
}
.con2 {
	background-color: #ffffff;
	padding: 50px;
	background-image: url(../img/con2_title_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
     border-radius: 20px;
}

.con2_title {
	margin-bottom: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	/*color: #005bac;
	text-align: center;
	font-size: 300%;
	font-weight: 700;
	line-height: 1.2;*/
}
.con2_title > .con2_title_sub {
	font-size: 60%;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
	.con2_outside {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
	
.con2 {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}
	
.con2_title {
	margin-bottom: 30px;
	font-size: 175%;
}
.con2_title > .con2_title_sub {
	font-size: 60%;
}

}
/* -------------end------------- */

.con2_dl dt {
	clear: left;
	float: left;
	width: 9%;
}
.con2_dl dd {
	padding-left: 9%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con2_dl dd {
	padding-left: 12%;
	border-bottom-width: 1px;
}
}
/* -------------end------------- */

.con2_dl dt img {
	max-width: 60px;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
.con2_flex_box {
	display: flex;
	justify-content: space-between;
}
.con2_flex_box li:first-child {
	width: 52%;
	font-size: 125%;
	line-height: 1.5;
}
.con2_flex_box li:last-child {
	width: 46%;
}
.con2_flex_box2 li:first-child {
	font-size: 125%;
	line-height: 1.5;
	margin-bottom: 20px;
}
}

/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con2_flex_box li:first-child, .con2_flex_box2 li:first-child {
	font-size: 107%;
	line-height: 1.5;
	margin-bottom: 20px;
}
}
/* -------------end------------- */




.con2_shopinfo {
	/*text-align: center;
	color: #c71628;
	margin-bottom: 10px;
	font-size: 125%;*/
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con2_shopinfo {
	
	/*font-size: 113%;*/
}
}
/* -------------end------------- */





/* ========================================

   .bt_btn

======================================== */

.bt_btn {
	background-color: #ff4000;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 125%;
	font-weight: 700;
	border-radius: 4px;
}
.bt_btn a {
	color: #ffffff;
	display: block;
}
.bt_btn:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.bt_blue {
 background-color: rgba(43,161,220,1.00)
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.bt_btn {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 119%;
}
}
/* -------------end------------- */


/* ========================================

    ■ con3 

======================================== */

.con3_outside {
	background-color: #fadfeb;
	padding-top: 50px;
	padding-bottom: 50px;
}
.con3 {
	background-color: #ffffff;
	padding: 50px;
    border-radius: 20px;
    background-image: url(../img/con3_title_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	
}


.con3_title {
	
	color: #e75297;
	text-align: center;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.2;
    margin-bottom: 20px;
}

.con3_howto_title{
	margin-bottom: 30px;
	color: #e75297;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 2px solid #e75297;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con3_outside {
	padding-top: 30px;
	padding-bottom: 30px;
}
.con3 {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}
    
    .con3_title {
	margin-bottom: 30px;
	font-size: 175%;
}
	
.con3_howto_title{
	margin-bottom: 20px;
	font-size: 150%;
}

}
/* -------------end------------- */


.con3_step_title{
	background-color: #f7f1aa;
	color: #e75297;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: center;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.con3_flow_flex{display: flex;
flex-wrap: wrap;
justify-content: space-between;}
    
.con3_flow_flex::after{
  content:"";
  display: block;
  width:26%;
}

.con3_flow_flex > li{width: 26%;
margin-bottom: 50px;
	position: relative;
}

.con3_flow_flex > li::after{content:url(../img/con3_arrow.png);
position: absolute;
left: 105%;	
top:40%;
}

.con3_flow_flex > li:last-child::after{content:none;}
    
.con3_flow_flex > li:nth-child(3)::after{content:none;}
	
.con3_flow_inner_flex > li > img{
margin-bottom: 10px;
}
	
.con3_step_txt{
height: 180px;
line-height: 1.4;}

.con3_step_txt2{
height: 150px;
    line-height: 1.4;
}
	
	}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con3_flow_flex > li{width: 100%;
margin-bottom: 60px;
	position: relative;
}

.con3_flow_flex > li::after{content:url(../img/con3_arrow_sp.png);
position: absolute;
    left: 50%;
transform: translateY(20%) translateX(-50%);
-webkit- transform: translateY(20%) translateX(-50%);}
	

.con3_flow_flex > li:last-child::after{content:none;}
	
.con3_flow_inner_flex{display: flex;
justify-content: space-between;
	align-items: center;}
	
.con3_flow_inner_flex > li{width: 48%;
	}

}
/* -------------end------------- */

.con3_flow_flex  li:first-child{overflow-wrap: break-word;
word-break: break-all;
}



.attension_box{font-size: 80%;
margin-bottom: 50px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.attension_box{
margin-bottom: 30px;}
	}
/* -------------end------------- */


/* ========================================

    ■ SNS

======================================== */
.con_sns {
	padding: 25px;
}
.sns_flex_box > li:first-child {
	text-align: center;
}

/* 大きい画面用の設定-------------- */
@media (min-width:768px) {
.sns_flex_box {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
.sns_flex_box > li {
	width: 50%;
}
}
/* -------------end------------- */

.sns_icon {
	display: flex;
	font-size: 300%;
	justify-content: space-around;
	color: #dd0715;
}
.sns_icon a {
	color: #dd0715;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.sns_icon {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}
/* -------------end------------- */


/* ========================================

    ■ Cta

======================================== */
.cta_wrap {
	background-color: #ff4000;
}
.cta {
	max-width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.cta_btn {
	background-color: #fff;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 125%;
	font-weight: 700;
	border-radius: 4px;
}
.cta_btn a {
	color: #ff4000;
}
.cta_btn:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.cta {
	max-width: 94%;
}
.cta_btn {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 119%;
}
.cta_btn a {
	font-size: 119%;
}
}
/* -------------end------------- */



.nav_btm {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
	width: 100%;
}
/* ====================================================
　pagetop
==================================================== */

.pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 15px;
}
.pagetop a {
	display: block;
	color: #c71628;
	font-size: 300%;
    color: rgba(43,161,220,1.00)
}


.pagetop a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.pagetop {
	bottom: 80px;
}
.pagetop a {
	font-size: 200%;
}
}
/* -------------end------------- */
/* ========================================

    ■ Copyright

======================================== */
#footer {
    margin-right: 0;
    margin-left: 0;
    font-size: 70%;
    overfloa: hidden;
    padding-bottom: 110px;
    padding-top: 10px;
    background-color: #fffac6;
    text-align: center;
	padding-top: 20px;
    
}
#footer a {
    color: #fff;
}

.footer_logo_flex{display: flex;
	justify-content: space-between;
width: 25%;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.footer_logo_flex li{width: 45%;}




/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.footer_logo_flex{width: 50%;
}
	}
/* -------------end------------- */

.footer_contact_title{font-size: 119%;}

.footer_contact{font-size: 138%;
margin-bottom: 30px;
}

.footer_contact > p > a{color: #212121!important;
text-decoration: underline!important;}

/*　画面サイズが540px以下はここを読み込む　*/
@media screen and (max-width:540px) {
#copyright {
    padding-bottom: 80px;
}
}
/* -------------540end------------- */

/* PC向けレイアウトの指定：481px以上では固定レイアウト */
.miniimage {
	display: none;
}  /* miniを非表示 */
.bigimage {
	display: block;
	line-height: 0px;
} /* bigを表示 */

@media screen and (max-width: 480px) {
.miniimage {
	display: block;
	line-height: 0px;
} /* miniを表示 */
.bigimage {
	display: none;
}   /* bigを非表示 */
}
/*  PCのみに表示するメニュー*/
.only_smt {
	display: none;
}  /* miniを非表示 */
.only_pc {
	display: block;
} /* bigを表示 */

/*  スマホのみに表示するメニュー*/
@media only screen and (max-width: 768px) {
.only_smt {
	display: block;
} /* miniを表示 */
.only_pc {
	display: none;
}   /* bigを非表示 */
}
nav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: none;
}
.aka {
	color: #c71628;
}

.futoji{font-weight: 700;}