/* 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: 'M PLUS 1p', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
	
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    font-size: 100%;
    color: #212121;
    background-color: #ffffff;
    
   
	
}


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

}
/* -------------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) }
}

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

    ■ common_item

======================================== */
.contents{width: 98%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
word-wrap: break-word;
overflow-wrap: break-word;

}

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

/* headline_circle　-------------------------*/
.con_headline{max-width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;}

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

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


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

    ■ con1

======================================== */
.con1_outside{
    padding-top: 50px;
    border-bottom: 3px solid #D8E380;
}

.con1_flex_box{display: flex;
justify-content: space-between;}

.con1_flex_box li{width: 49%;}

.con1_flex_box li:first-child{
    background-image: url(../img/con1_yokohama_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;}

.con1_title{
margin-bottom: 20px;
font-size: 250%;
font-weight: 800;
color: #e63462;
line-height: 1.4;}

.con1_lead{font-size: 125%;}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con1_outside{
padding-top: 30px;

}
    
.con1_flex_box{flex-wrap: wrap;}

.con1_flex_box li{width: 100%;}
    
.con1_flex_box li:first-child{
    background-image: none;}
    
.con1_title{
margin-bottom: 10px;
font-size: 200%;}

	
.con1_lead{font-size: 107%;
    text-align: left;}

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

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

    ■ con2

======================================== */
.con2_outside{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../img/con2_bg.png);
    background-repeat: repeat;
    background-position: center top;
}

.con2_flex_box{display: flex;
justify-content: space-between;
    margin-bottom: 30px;
 }

.con2_flex_box > li{
    width: 49%;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #000000;
    position: relative;
 }

.con2_flex_box > li > .number {
  position: absolute;
   top: 0;
transform: translateY(-50%);
    width: 70%;
    left: 15%;
}

.pre_name{text-align: center;
color: #004097;
    font-size: 250%;
font-weight: 800;
}

.pre_info{text-align: center;
color: #004097;
background-color: rgba(255,191,0,0.30);
    border-radius: 6px;
margin-bottom: 10px;}

.pre_info_b{background-color: rgba(46,167,224,0.30);}



.pre_person{ position: absolute;
    width: 20%;
    right: 30px;
    top:25%;
}


.pre_logo_flex_box{display: flex;
justify-content: flex-end;
    margin-bottom: 15px;
 }

.pre_logo_flex_box > li{
    width: 30%;

 }

.pre_logo_flex_box > li.ariake_logo{
    width: 50%;

 }

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con2_outside{
padding-top: 40px;
padding-bottom: 40px;
}
.con2_flex_box{flex-wrap: wrap;
 margin-bottom: 20px;
 }

.con2_flex_box > li{
    width: 100%;
    padding: 20px;}
    
.con2_flex_box > li:first-child{
margin-bottom: 40px;}
    
.pre_name{ font-size: 225%;
}
    
.pre_person{ 
top:28%;
}
    
    
}
/* -------------end------------- */


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

    ■ con3

======================================== */
.con3_outside{
padding-top: 70px;
padding-bottom: 70px;
}

.step_headline{
    color: #004097;
    font-size: 150%;
    border-top: 1px solid #004097;
    border-bottom: 1px solid #004097;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    
}

.step_headline > span{
    background-color: #004097;
    color: #ffffff;
  padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.con3_step_title{
	background-color: #BBE2F1;
	color: #004097;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: center;
    border-radius: 3px;
}


/* 大きい画面用の設定-------------- */
@media (min-width:768px){

.con3_flow_flex{display: flex;
flex-wrap: wrap;
justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 50px;
}
    
.con3_flow_flex_last{
    padding-bottom: 0px;
}
    
.con3_flow_flex::after{
  content:"";
  display: block;
  width:26%;
}

.con3_flow_flex > li{width: 26%;
	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: 100px;
}

.con3_step_txt2{
height: 80px;}
    
.bnr_china{max-width: 50%;}
    

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

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.con3_outside{
padding-top: 40px;
padding-bottom: 40px;
}
    

    
.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;
}

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

    exchange_box

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


.exchange_box {
    margin: 2em 0;
    background: #dcefff;
    background-color: rgba(187,226,241,0.50);
    padding: 15px 20px;
}
.exchange_box .exchange_title {
    background: #004097;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 113%;
}

.exchange_headline {
  position: relative;
  padding: 0 65px;
  text-align: center;
    margin-bottom: 20px;
}

.exchange_headline:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}

.exchange_headline span {
  position: relative;
  padding: 0 1em;
  background: #dcefff;
}


.exchange_point_flex{display: flex;
flex-wrap: wrap;
   align-items: center;
}

.exchange_point_flex li{
    width: 24%;
/*    border-bottom: 1px dashed #CCCCCC;*/
   margin-right: 1%;
    margin-bottom: 10px;
    line-height: 1.2;
    position: relative;
    padding-left: 1.2em;
}

.exchange_point_flex li:before {
  font-family: 'FontAwesome';
  content: "\f0c8";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
    color: #004097;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.exchange_point_flex li{width: 100%;}
    
    .exchange_point_flex li:before {
 margin-top: -8px;
}
    
}
/* -------------end------------- */

/* ========================================
■ attension_box
======================================== */

.attension_box{}

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


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

    ■ con_about

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

.con_about_outside{
	padding-bottom: 20px;
	
}


.con_about{
	border: 1px solid #CCCCCC;
	padding: 20px;
    max-width: 1000px;
 margin-left: auto;
margin-right: auto;
    background-color: #ffffff;
}

.con_about a{
	display: block;
}

.con_about a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.con_about_title{max-width: 200px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;}

.con_about_flex_box{display: flex;
justify-content: space-between;}

.con_about_flex_box li:first-child{width:17%; }

.con_about_flex_box li:last-child{width:80%; }

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con_about{
    width: 90%;
	font-size: 90%;
}
	
.con_about_flex_box li:first-child{display: none;}

.con_about_flex_box li:last-child{width:100%; }

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


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

   .bt_btn

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

.bt_btn {
	background-color: #e60012;
	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: 500;
	border-radius: 6px;
}
.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: #036eb8;
}

.bt_green {
 background-color: #00913a;
}

.bt_pre_a{background-color:#ffbf00;
width: 100%;}
.bt_pre_b{background-color:#2ea7e0;
width: 100%;}


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




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

    ■ Cta011

======================================== */
.cta011_wrap {
    padding: 20px 0;
    background-color: rgba(255,255,255,0.8);
}
.cta011_wrap .flexbox {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    color: #fff;
    -js-display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cta011_wrap .flexbox .cta_btn {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    width: 46%;
    border-radius: 30px;
    background-color: #e60012;
    color: #fff;
    text-align: center;
    font-size: 150%;
    font-weight: 700;
}

.cta011_wrap .flexbox .cta_blue {
    background-color: #036eb8;
}

.cta011_wrap .flexbox .cta_pre_a {
    background-color: #ffbf00;
}


.cta011_wrap .flexbox .cta_pre_b {
    background-color: #2ea7e0;
}


.cta011_wrap .flexbox .cta_btn a {
    color: #fff;
    display: block;
}


.cta011_wrap .flexbox .page_top_btn {
    width: 4%;
}
.cta_arrow {
    vertical-align: middle;
}

/* 中くらい画面用の設定-------------- */
@media screen and (max-width: 979px) {
.cta011_wrap .flexbox .cta_btn {
    font-size: 140%;
	 border-radius: 20px;
}
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px) {
.cta011 {
    margin-right: auto;
    margin-left: auto;
    width: 96%;
}
	
.cta011_wrap .flexbox {
   	align-self:stretch;
}
	
	

.cta011_wrap .flexbox .cta_btn {
    font-size: 100%;
	border-radius: 10px;
	

	
}

.tex_left {
    text-align: left!important;
}
}

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

/*　画面サイズが540px以下はここを読み込む　*/
@media screen and (max-width:540px) {
.cta011_wrap .flexbox .cta_btn {
    font-size: 80%;
}
}
nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
}
/* ========================================

    ■ Copyright

======================================== */
#copyright {
    margin-right: 0;
    margin-left: 0;
	overflow: hidden;
    padding-bottom: 110px;
    padding-top: 30px;
    background-color: #D8E380;}

.add {
 font-size: 70%;
    text-align: center;
}

.footer_flex{
    width: 96%;

 margin-left: auto;
margin-right: auto;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 88%;
}

.sponser_wrap{width: 98%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
	border-radius: 10px;

}

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



.sponser_title{text-align: center;
margin-bottom: 20px;}

.sponser_flex{
width: 98%;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
font-size: 88%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.sponser_flex li{
width: 15%;
    font-size: 88%;
    text-align: center;
    margin-bottom: 5px;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.sponser_flex li{
width: 32%;
font-size: 75%;
    margin-bottom: 3px;
}

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


/* 大きい画面用の設定-------------- */
@media (min-width:768px){
.footer_flex{display:flex;
justify-content: space-between;
    width: 98%;
max-width: 1000px;

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

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



/*　画面サイズが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;
}




 /*================================================
 *  jqueryフェードイン
 ================================================*/
 /*----- フェードイン -----*/
.inviewfadeIn {
        opacity: 0;
        transition: .8s;}
    
.fadeIn {
        opacity: 1.0;}

/*----- 上へスライド -----*/
.inviewUp {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        transition: .8s;}
    
.Up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);}

/*----- ズームイン -----*/
.inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;}
    
.zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);} 
    
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;}
    
.fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);}








