@charset "utf-8";
body {
	background: #FFFFFF; 
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "pkna" 1;
  	/*font: 15px/1.8  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif; */
    font-size:16px;
    line-height: 2.2;
  	letter-spacing: 0.09em;
  	color: #222;
}
  
@media only screen and (max-width: 768px) {
body {
  	font-size: 14px;
	line-height: 2.0;
  	letter-spacing: 0.09em;
}
}
  
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {
  	margin: 0;
  	padding: 0;
}

img {
  	max-width: 100%;
  	height: auto;
}

.align-center {
	text-align: center !important;
}
  
.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}


@media only screen and (max-width: 991px) {
.align-center-sm {
	text-align: center !important;
}

.align-left-sm {
	text-align: left !important;
}
}  
  
@media only screen and (max-width: 768px) {
.align-center-xs {
	text-align: center !important;
}

.align-left-xs {
	text-align: left !important;
}
}  

	
/* Transition elsements */
a,
button {
    -webkit-transition: all 0.2s ease-in-out 0.125s;
    -moz-transition: all 0.2s ease-in-out 0.125s;
    -o-transition: all 0.2s ease-in-out 0.125s;
    -ms-transition: all 0.2s ease-in-out 0.125s;
    transition: all 0.2s ease-in-out 0.125s;
}

a:hover {
 	text-decoration: none;
}

/* Sections */
.navbar-custom + .main {
  	margin-top: 22px; 
}

.main {
  	position: relative;
  	background-color: #fff;
  	z-index: 1;
}

.module,
.module-large,
.module-small,
.module-smallest {
  	position: relative;
  	padding: 50px 0;
  	background-repeat: no-repeat;
  	background-position: 50% 50%;
  	background-size: cover;
}

/* Module header */
.module-large {
  	padding: 75px 0;
}

.module-small {
  	padding: 25px 0;
}
  
.module-smallest {
  	padding: 0 ;
}

@media only screen and (max-width: 991px) {
.module-large {
	padding: 50px 0;
}
}

/*--------------------------------------------------------------
	Vertical margin, padding
--------------------------------------------------------------*/
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}

@media only screen and (max-width: 1199px) {
.p-md-0 {
	padding: 0 !important;
}
.pt-md-0 {
	padding-top: 0 !important;
}
.pt-md-10 {
	padding-top: 10px !important;
}
.pt-md-20 {
	padding-top: 20px !important;
}
.pt-md-30 {
	padding-top: 30px !important;
}
.pt-md-40 {
	padding-top: 40px !important;
}
.pt-md-50 {
	padding-top: 50px !important;
}
.pb-md-0 {
	padding-bottom: 0 !important;
}
.pb-md-10 {
	padding-bottom: 10px !important;
}
.pb-md-20 {
	padding-bottom: 20px !important;
}
.pb-md-30 {
	padding-bottom: 30px !important;
}
.pb-md-40 {
	padding-bottom: 40px !important;
}
.pb-md-50 {
	padding-bottom: 50px !important;
}
.m-md-0 {
	margin: 0 !important;
}
.mt-md-0 {
    margin-top: 0 !important;
}
.mt-md-10 {
    margin-top: 10px !important;
}
.mt-md-20 {
    margin-top: 20px !important;
}
.mt-md-30 {
    margin-top: 30px !important;
}
.mt-md-40 {
    margin-top: 40px !important;
}
.mt-md-50 {
    margin-top: 50px !important;
}
.mb-md-0 {
    margin-bottom: 0 !important;
}
.mb-md-10 {
    margin-bottom: 10px !important;
}
.mb-md-20 {
    margin-bottom: 20px !important;
}
.mb-md-30 {
    margin-bottom: 30px !important;
}
.mb-md-40 {
    margin-bottom: 40px !important;
}
.mb-md-50 {
    margin-bottom: 50px !important;
}
}
	
@media only screen and (max-width: 991px) {
.p-sm-0 {
	padding: 0 !important;
}
.pt-sm-0 {
	padding-top: 0 !important;
}
.pt-sm-10 {
	padding-top: 10px !important;
}
.pt-sm-20 {
	padding-top: 20px !important;
}
.pt-sm-30 {
	padding-top: 30px !important;
}
.pt-sm-40 {
	padding-top: 40px !important;
}
.pt-sm-50 {
	padding-top: 50px !important;
}
.pb-sm-0 {
	padding-bottom: 0 !important;
}
.pb-sm-10 {
	padding-bottom: 10px !important;
}
.pb-sm-20 {
	padding-bottom: 20px !important;
}
.pb-sm-30 {
	padding-bottom: 30px !important;
}
.pb-sm-40 {
	padding-bottom: 40px !important;
}
.pb-sm-50 {
	padding-bottom: 50px !important;
}
.m-sm-0 {
	margin: 0 !important;
}
.mt-sm-0 {
    margin-top: 0 !important;
}
.mt-sm-10 {
    margin-top: 10px !important;
}
.mt-sm-20 {
    margin-top: 20px !important;
}
.mt-sm-30 {
    margin-top: 30px !important;
}
.mt-sm-40 {
    margin-top: 40px !important;
}
.mt-sm-50 {
    margin-top: 50px !important;
}
.mb-sm-0 {
    margin-bottom: 0 !important;
}
.mb-sm-10 {
    margin-bottom: 10px !important;
}
.mb-sm-20 {
    margin-bottom: 20px !important;
}
.mb-sm-30 {
    margin-bottom: 30px !important;
}
.mb-sm-40 {
    margin-bottom: 40px !important;
}
.mb-sm-50 {
    margin-bottom: 50px !important;
}
}

@media only screen and (max-width: 767px) {
.p-xs-0 {
	padding: 0 !important;
}
.pt-xs-0 {
    padding-top: 0 !important;
}
.pt-xs-10 {
	padding-top: 10px !important;
}
.pt-xs-20 {
	padding-top: 20px !important;
}
.pt-xs-30 {
	padding-top: 30px !important;
}
.pt-xs-40 {
	padding-top: 40px !important;
}
.pt-xs-50 {
	padding-top: 50px !important;
}
.pb-xs-0 {
	padding-bottom: 0 !important;
}
.pb-xs-10 {
	padding-bottom: 10px !important;
}
.pb-xs-20 {
	padding-bottom: 20px !important;
}
.pb-xs-30 {
	padding-bottom: 30px !important;
}
.pb-xs-40 {
	padding-bottom: 40px !important;
}
.pb-xs-50 {
	padding-bottom: 50px !important;
} 
.m-xs-0 {
	margin: 0 !important;
}
.mt-xs-0 {
    margin-top: 0 !important;
}
.mt-xs-10 {
    margin-top: 10px !important;
}
.mt-xs-20 {
    margin-top: 20px !important;
}
.mt-xs-30 {
    margin-top: 30px !important;
}
.mt-xs-40 {
    margin-top: 40px !important;
}
.mt-xs-50 {
    margin-top: 50px !important;
}
.mb-xs-0 {
    margin-bottom: 0 !important;
}
.mb-xs-10 {
    margin-bottom: 10px !important;
}
.mb-xs-20 {
    margin-bottom: 20px !important;
}
.mb-xs-30 {
    margin-bottom: 30px !important;
}
.mb-xs-40 {
    margin-bottom: 40px !important;
}
.mb-xs-50 {
    margin-bottom: 50px !important;
}
}                

/* button block */
@media only screen and (max-width: 767px) {
.btn-block-xs {
	width: 100% !important;
}
}

/*--------------------------------------------------------------
        Typography
--------------------------------------------------------------*/
/*a {
        color: #1d54a7;
}*/

a:hover, a:focus , button:focus {
	text-decoration: none;
	outline: 0;
}

.font-serif {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

.bold {
		font-weight: bold ;
}

.italic  {
	font-style:italic ;
}

h2  {
	font-size: 28px;
	font-weight: 700;
	line-height:1.4em;
}

h2 span  {
	color: #efb13e;
}
  
@media only screen and (max-width: 768px) {
h2  {
	font-size: 20px ;
}
}
.text_small {
	font-size: 14px;
	color:#555 ;
	line-height: 1.4;
}

.text_medium {
	font-size: 20px;
	font-weight:700;
}

.text_em {
	font-size: 40px ;
    font-weight: 900 ;
    color: #efb13e;
	line-height:1.4;  
}
  
.text_white {
  	color:#fff;
}
  
.text_blue {
  	color:#2D66A3;
}
  
.text_yellow {
  	color:#efb13e;
}
    
@media only screen and (max-width: 991px) {
.text_em {
	font-size: 34px;
}
}

@media only screen and (max-width: 767px) {
.text_medium {
	font-size: 16px;
	font-weight:700;
}
.text_em {
	font-size: 28px ;
}
} 
 
/*--------------------------------------------------------------
        Navbar
--------------------------------------------------------------*/
.navbar {
	background-color: rgba(255, 255, 255, 0.8);
	border: 0;
	z-index: 1000;
	letter-spacing: normal ;
	font-size: 16px;
	font-weight: 400;
	transition: 0.4s ease-in-out 0s;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); 
}

.navbar a {
	transition: all 0.3s ease-in-out;
}

.navbar-brand {
	height: 50px;
	padding: 11px 15px;
}

.navbar-brand img {
	width: 120px;
}

@media (min-width: 768px) {
.navbar-right {
	margin-right: 0px;  
}
}

.nav li > a {
	position: relative ;
	color: rgba(34, 34, 34, 1.0) ;
	letter-spacing: 0.1em;
	padding-left: 20px;
    padding-right: 20px;
}
	
.nav li > a.nav-link:focus,
.nav li > a.nav-link:hover,
.nav li > a.nav-link:active {
	background-color: transparent !important;
}	

.nav li.download > a  {
	position: relative ;
   	color: rgba(255, 255, 255, 1.0)  ;
	font-weight:900;
    background-color: rgba(239, 177, 62, 1.0);
}

.nav li.download > a:hover {
	position: relative;
    background-color: rgba(239, 177, 62, 0.6) !important ;
    color: rgba(255, 255, 255, 1.0);
}

@media only screen and (max-width: 768px) {
ul.nav {
	display: none;
}
}
	
/*--------------------------------------------------------------
        Buttons
--------------------------------------------------------------*/
.btn-cta {
 	padding: 8px 50px 6px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    font-size:24px;
    font-weight: 900 ;
    background-color: #ffffff;
    background: linear-gradient(90deg, rgba(239, 177, 62, 1.0), rgba(218, 148, 0, 1.0)); 
    background-color: transparent; 
    letter-spacing: 0.08em;
    -webkit-box-shadow: 4px 2px 20px 1px rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 4px 2px 20px 1px rgba(155, 155, 155, 0.5);
    box-shadow: 4px 2px 20px 1px rgba(155, 155, 155, 0.5);
}

.btn-cta:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #ffffff;
    background: linear-gradient(90deg, rgba(239, 177, 62, 0.5), rgba(218, 148, 0, 1.0)); 
    background-color: transparent; 
}

@media only screen and (max-width: 767px) {
.btn-cta {
    padding: 8px 40px 6px;
    font-size:20px;
}
}

.btn-small {
    padding: 8px 12px 6px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400 ;
    background-color: transparent;
}

.btn-small:hover {
    border: 1px solid rgb(255, 255, 255, 0.6);
    color: rgb(255, 255, 255, 0.6);
}
  
/*--------------------------------------------------------------
        Header
--------------------------------------------------------------*/
#header {
	margin-top: 50px;
    background-image: url(/web/jp/asp/images/introduction_juhattyu01/mainV_bg.jpg) ; 
    width: auto;
    height: 540px;
    position: relative;
    background-repeat: no-repeat ;
}
  
#header .text-wrap {
	 display: table;
     width: 100%;
     height: 540px;
     position: relative;
     z-index: 4;
} 

#header .text-inner {
 	display: table-cell;
    vertical-align: bottom;
  	padding-bottom: 50px;
}

#header h1 {
	font-size: 52px ;
    font-weight: 900 ;
    line-height: 1.0;
    color:#ffffff;
}

#header h1 span {
	display:inline-block;
	background-color: #000;
	padding: 7px;
	margin-top: 20px;
}

#header h6 {
	font-size: 26px;
	font-weight: 900;
    line-height: 1.6;
    color: #fff;
    -moz-text-shadow:3px 2px 3px #333;
    -webkit-text-shadow:3px 2px 3px #333;
    text-shadow:3px 2px 3px #333;
}
  
  
@media only screen and (max-width: 767px) {
#header {
    background: url(/web/jp/asp/images/introduction_juhattyu01/mainV_sp_bg.jpg) no-repeat; 
    background-size: cover;
    background-position: center center;
    height: 480px;
}

#header .text-wrap {
    height: 480px;
}

#header .text-inner {
  	padding-bottom:40px;
}

#header h1 {
	font-size: 30px ;
    letter-spacing: inherit;
}

#header h1 span {
	margin-top: 10px;
}
  
#header h6 {
    font-size: 22px;
  	line-height:1.3;
  	color:#fff;
    -moz-text-shadow:2px 1px 2px #333;
    -webkit-text-shadow:2px 1px 2px #333;
    text-shadow:2px 1px 2px #333;
}  
}

/*--------------------------------------------------------------
        section lead
--------------------------------------------------------------*/
#lead {
    background-color: #fff;  
    background-image: url(/web/jp/asp/images/introduction_juhattyu01/lead_bg.png) ; 
}
	
#lead:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0,0,0,0);
    border-top: 30px solid #fff;
	z-index: 999;
}	 

#lead img { 
	border: 5px solid #efb13e;
}  

.lead_text {
	margin-left: 100px;
	line-height: 2.4em;     
}

@media only screen and (max-width: 991px) {
.lead_text {
	margin-left: 50px;   
}	
}

@media only screen and (max-width: 767px) {
.lead_text {
	margin-left: 0; 
	line-height: inherit;     
}
  
#lead {
    background-position: right 10% center;
}
}

/*--------------------------------------------------------------
        section lead_2
--------------------------------------------------------------*/
#lead_2 {
    background-color: #e9eef3;  
	background-position: bottom right ;
	background-repeat: no-repeat;
	background-size: auto;
}
	
#lead_2:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0,0,0,0);
    border-top: 30px solid #e9eef3;
	z-index: 999;
}

#lead_2 img { 
	border: 5px solid #efb13e;
}  
  
.task_box {
  	padding:8px;
    border: 1px solid #aaa;
  	border-radius : 3px;
  	background-color:#eaeaea;
} 

@media only screen and (max-width: 767px) {
}
  
/*--------------------------------------------------------------
        section lead_3
--------------------------------------------------------------*/
#lead_3 {
        background-color: #fff;     
}
	
#lead_3:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0,0,0,0);
    border-top: 30px solid #fff;
	z-index: 999;
}
  
/*--------------------------------------------------------------
        section todo
--------------------------------------------------------------*/
#todo {
    background-image: url(/web/jp/asp/images/introduction_juhattyu01/todo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background: linear-gradient( -45deg, #f4e7c3 25%, #ccc 25%, #ccc 50%, #f4e7c3 50%, #f4e7c3 75%, #ccc 75%, #ccc );
    background-size: 10px 10px; */
}

#todo .todo_box {
  	padding:20px;
    border: 2px solid #fff;
}    

@media only screen and (max-width: 767px) {
#todo .todo_box {
  	padding:15px;
    border: 1px solid #fff;   
}
}
	
 /*--------------------------------------------------------------
        section todo
--------------------------------------------------------------*/
#todo_2 {
    background-image: url(/web/jp/asp/images/introduction_juhattyu01/todo_02_bg.png);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
 	
#todo_2:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0,0,0,0);
    border-top: 30px solid #fff;
	z-index: 999;
}	
  
/*--------------------------------------------------------------
        section about
--------------------------------------------------------------*/
#about {
    background-color: #fff;
}
	
#about:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0,0,0,0);
    border-top: 30px solid #fff;
	z-index: 999;
}	
	
/*--------------------------------------------------------------
        section feature
--------------------------------------------------------------*/
#feature {
    background-color: #e9eef3;
    /*background: linear-gradient( -45deg, #f4e7c3 25%, #ccc 25%, #ccc 50%, #f4e7c3 50%, #f4e7c3 75%, #ccc 75%, #ccc );
    background-size: 10px 10px; */
}
  
#feature h2 img {
	max-width: 380px;
}

.feature_box {
	position: relative;
    height: 100%;
    background-color: #fff;
    margin: 0 15px;
    box-shadow: 0 3px 18px 0 rgba(90, 90, 90, 0.5);
}

.feature_box_icon:after {
	content: "01";
	font-size: 36px;
	position: absolute;
	color: #fff;
	border: 1px solid #fff;
	background: #2D66A3;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	top: -30px;
	left: -20px;
	display: block;
	background-position: center;
	background-size: contain;
	z-index: 10;
}
.feature_box_icon_02:after {
	content: "02";
}

.feature_box_icon_03:after {
	content: "03";
}
.feature_box dl {
	background-color: #fff;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 3em 1.5em 1.5em 1.5em;
 	/*z-index: 2;*/ 
}
.feature_box dt {
	margin-bottom: 1.5em;
	color: #2D66A3;
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
}

.feature_box p {
    line-height: 1.6em;
}

.feature_box dd img {
	width:50%;
	vertical-align: middle;
}       

@media only screen and (max-width: 1199px) {
.feature_box:after {
	width: 70px;
	height:70px;
}

.feature_box_icon:after {
	font-size: 30px;
}
} 

@media only screen and (max-width: 767px) {
#feature h2 img {
	max-width: 300px;
}

.feature_box_icon:after {
	font-size: 33px;
	width: 68px;
	height: 68px;
	top: -20px;
	left: -20px;
}
}

/*--------------------------------------------------------------
        section case
--------------------------------------------------------------*/
#case {
}
	
.case_box {
	display: block;
    position: relative;
}
	
.case_box .case_img {
    position: absolute;
    top: 0;
    right: 0;
	background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
	
.case_box .text_wrap {
    position: relative;
    z-index: 9;
    padding: 100px 0 0;
    text-align: left;
}
	
.case_box .text_box {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    background-color: rgba(45, 102, 163, 0.9);
    color: #fff;
    text-align: left;
}
	
.case_box .table_style {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.case_box .text_box_inner {	
	display: table-cell;
	vertical-align: middle;
    height: 380px;
    padding: 0px 40px;
}	

.case_box .case_title {
	position: relative;
	font-size: 19px ;
    margin: 10px 0;
    line-height: 1.8;
}

.case_box .case_title:before{
	display: inline-block;
	position: absolute;
	top: -40px;
	left: -18px;
	vertical-align: middle;
	content: "“";
	font-family: serif;
	font-size: 82px;
	line-height: 1;
	opacity: .6;
	z-index: 99;
}
	
.case_box .case_shop {
	line-height: 1.4;
}
	
.case_box .case_shop:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 54px;
    margin: 0 12px 0 0;
    background-color: #ffffff;
    vertical-align: middle;
}
	
@media only screen and (max-width: 1199px) {
.case_box .text_box {
    width: 500px;
}
} 

@media only screen and (max-width: 991px) {
.case_box .text_wrap {
    padding: 400px 0 0;
    text-align: center;
}
.case_box .text_box {
    width: 90%;
}	
}
	
@media only screen and (max-width: 767px) {
.case_box .text_wrap {
    padding: 180px 0 0;
}
	
.case_box .text_box_inner {
    height: 380px;
    padding: 0px 20px;
}
.case_box .case_title {
	font-size: 16px ;
}	
}
	
/*--------------------------------------------------------------
        section introdaction
--------------------------------------------------------------*/
#introdaction_2 {
	background-color: #fff;	
}  

.introdaction_2_box dl {
    text-align: left;
}
 
.introdaction_2_box dt {
    font-weight: bold;
    letter-spacing: .06em;
    display: block;
    text-align: left;
    color: #2d66a3;
}
	
.introdaction_2_box dt:after {
    width: 27px;
    height: 3px;
    margin: 10px 0;
    content: '';
    display: block;
    background: #efb13e;
}
	
.introdaction_2_box dt span {
    font-weight:700;

}
  
.introdaction_2_box dd {
  	line-height:1.2;
}
	
.introdaction_2_box dd span {
	font-size:40px;
	font-weight:700;
    color: #2d66a3;
}
	
@media only screen and (max-width: 991px) {
} 
	
@media only screen and (max-width: 767px) {
.introdaction_2_box dd span {
	font-size:34px;
}
}
	
/*--------------------------------------------------------------
        section introdaction
--------------------------------------------------------------*/
#introdaction {
	background-color: #e9eef3;	
}
	
#introdaction:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    right: 50%;
    margin-right: -30px;
    border: 30px solid transparent;
    border: 30px solid rgba(0,0,0,0);
    border-top: 30px solid #e9eef3;
	z-index: 999;
}	

.introdaction_box figure {
	position: relative;
	top: 0px;
	background-size: cover;
}
	
.introdaction_box figure img {
	float:left;
	width: 100px;
	height: 100px;
	border: 1px solid #eaeaea;
    background-color:#fff ;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
	
.introdaction_box .introdaction_text {
	/*height:100px; */
	padding-top:0px ;
	margin-left: 130px ;
	line-height: 1.4;
}

.introdaction_box span.introdaction_title {
	font-size:1.1em;
	line-height: normal;
	font-weight: 900; 
}	
	
.introdaction_box .introdaction_up {
    transform: rotate(-8deg);
    color: #f04040;
    font-size: 1.2em;
    line-height: normal;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
    border-bottom: 3px solid #f04040;
    display: inline-block;
    margin-left: 100px;
} 
	
@media only screen and (max-width: 991px) {
} 
	
@media only screen and (max-width: 480px) {
.introdaction_box figure img {
	width: 90px;
	height: 90px;
}
	
.introdaction_box .introdaction_text {
	padding-top:0px ;
	margin-left: 110px ;
}

#introdaction .text_em {
	font-size:22px;
}
}

/*--------------------------------------------------------------
        section last
--------------------------------------------------------------*/
#last {
    background-image: url(https://go.infomart.co.jp/rs/539-XDZ-425/images/todo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*background: linear-gradient( -45deg, #f4e7c3 25%, #ccc 25%, #ccc 50%, #f4e7c3 50%, #f4e7c3 75%, #ccc 75%, #ccc );
    background-size: 10px 10px; */
}

#last .last_box {
  	padding: 20px;
    border: 2px solid #fff;
	font-size: 38px ;
    font-weight: 900 ;
    color: #fff;
	line-height:1.6;  
}    
  
@media only screen and (max-width: 767px) {
#last .last_box {
  	padding:12px;
    border: 1px solid #fff; 
	font-size: 22px ;
    font-weight: 900 ;
}
}

/*--------------------------------------------------------------
	Marketo Form
--------------------------------------------------------------*/
.form_area {
  	max-width:660px;
  	margin:0 auto;
}

.form_area a {
	text-decoration:underline ;
}

.form_area a:hover {
	text-decoration:none ;
}

/* Marketo  */
.mktoForm * {
        font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif !important;
        font-feature-settings: "pkna" 1 !important;
        font-size: 15px !important;
        line-height: 1.6;
        letter-spacing: normal !important;
        font-weight:normal !important;
        color: #222222 !important;
}
  
.mktoForm {
    text-align: left !important;
}
  
.mktoForm .mktoFieldWrap {
    float: left !important;
}

form.mktoForm, .mktoFieldDescriptor.mktoFormCol, .mktoFieldWrap, .mktoButtonRow, .mktoLogicalField, .mktoHtmlText {
    width: 100% !important;
}  
  
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    text-align: left !important;
    /*margin: 0 !important;
    padding: 0 !important; */
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {   
        line-height: 2.6 !important;
        width: 100% !important;
        color: #222 !important;
        /*background-color: #f2f7fd !important; */
}

.mktoForm textarea[rows="4"] {
        line-height: 1.4 !important;
}

.mktoForm .mktoError .mktoErrorMsg {
  		margin-top: 7px !important;
  		padding: 0.4em 0.6em !important;
}

.mktoForm .mktoError .mktoErrorArrow {
		margin-top: 5px !important;
}

@media (min-width: 768px) {
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    margin: 0 !important;
    padding: 0 !important; 
}
}

.mktoForm button.mktoButton  {
        /*width:100% !important; */
  		width:300px !important;
		margin-left: 180px !important;
        margin-top: 30px! important;
        text-align:center !important;
        padding-top: 12px!important;
        padding-bottom: 10px!important;
		border: 1px solid #efb13e !important;
        border-radius: 3px !important;
        color: #ffffff !important;
		font-size: 18px !important;
		font-weight: 400 !important;  
        background: #efb13e !important;
        -webkit-box-shadow: 10px 10px 35px 4px rgba(155, 155, 155, 0.5) !important;
        -moz-box-shadow: 10px 10px 35px 4px rgba(155, 155, 155, 0.5) !important;
        -o-background-size: 10px 10px 35px 4px rgba(155, 155, 155, 0.5) !important;
        box-shadow: 10px 10px 35px 4px rgba(155, 155, 155, 0.5) !important;
}

@media only screen and (max-width: 991px) {
.mktoForm button.mktoButton {
		margin-left: 85px !important;
}
} 

@media only screen and (max-width: 767px) {  
.mktoForm button.mktoButton {
  		width: 100% !important;
		margin-left: 0 !important;
}
}
  
.mktoForm button.mktoButton:hover {
        color: #efb13e !important;
        background: #ffffff !important;
		opacity: 1 !important;
} 

/* ラジオボタン */ 
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
        margin-left: 1.5em !important;
        line-height:1.4 !important;
        margin-top: 0.1em !important;
        margin-bottom: 0.3em !important;
}
.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
        line-height: 1.4!important;
        font-size: 15px !important;
        margin-top:3px !important; /* ボタン位置合わせ */
}
  
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {    
    	line-height: 2.6 !important;
		width: 100% !important;
  		color:#999999;
  		background-color: #f5f7ef;
}
  
.mktoForm .mktoAsterix {
    	float: left !important;
    	color: #bf0000 !important;
    	padding-right: 5px;
    	display: none;
}

/* ラジオボタン */  
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    margin-left: 1.5em !important;
  	line-height:1.4 !important;
   /* margin-top: 0.1em !important;
    margin-bottom: 0.3em !important; */
}

/* PCの場合、横並び */
@media (min-width: 768px) {
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    display: inline;
    padding-right: 3em !important;
  	/*margin-left: 0 !important; */
}
}
  
.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
    line-height: 1.4!important;
  	font-size: 15px !important;
    margin-top:3px !important; /* ボタン位置合わせ */
}  

@media only screen and (max-width: 767px) { 
.notice_required {
        padding-left: 10px;
}

.mktoButtonWrap .mktoInset {
        margin-left: 0 !important;
}
}

@media only screen and (max-width: 480px) {
.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
        height:3.0em !important; 
}
 
.mktoForm textarea[rows="4"] {
        height: 5.8em !important;
} 
}

@media only screen and (max-width: 480px) {
.mktoForm .mktoFormRow .mktoField {
    	clear: left;
}
}

/*--------------------------------------------------------------
        common css追加
--------------------------------------------------------------*/
#btn_Pagetop a::after {
    left: 13px;
}

#breadcrumbs {
	padding: 0;
}

#breadcrumbs ol {
	width: 100%;
	max-width:inherit;
}

#breadcrumbs li {
	color: #fff !important;	
}

#breadcrumbs li a {
	color: #fff !important;		
}