@charset "utf-8";

/*
Theme Name: Original Theme
*/

/* Bootstrap Grid
@media(max-width:767px){}
@media(max-width:991px){}
@media(max-width:1199px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/


/* reset
++++++++++++++++++++++++*/

body, h1, h2, h3, h4, h5, h6, h7,
div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset,
form, input[type="radio"], input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, h7,
dt, dd, th, td, em, address, label {
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
}
input[type="text"], textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img, input, select, textarea {
}

@media(max-width:767px){
input[type="submit"] {
	-webkit-appearance: none;
}
}

img, fieldset {
	border: 0;
}
img { 
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
button {
  background: none;
  border: none;
}
.thumbnail {
	border: none;
	background: none;
}
.navbar {
	margin-bottom: 0;
	background: none;
	border: none;
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
}
.navbar-brand { 
	height: auto;
}

h1, h2, h3, h4, h5, h6, h7,
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.5;
  letter-spacing: .5pt;
}
p, dl, dt, dd, ol, ul, li, th, td {
  line-height: 1.75;
}

/* bootstrap */
.row.between { -ms-flex-pack: justify; justify-content: space-between; }
.row.left { -ms-flex-pack: start; justify-content: flex-start; }
.row.right { -ms-flex-pack: end; justify-content: flex-end; }
.row.center { -ms-flex-pack: center; justify-content: center; }
.row.top { -ms-flex-align: start; align-items: flex-start; }
.row.bottom { -ms-flex-align: end; align-items: flex-end; }
.row.middle { -ms-flex-align: center; align-items: center; }

.no-gutter.row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.row-eq-height-sm,
.row-eq-height-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-eq-height-xs > [class*='col-'] > *,
.row-eq-height-sm > [class*='col-'] > * {
  height: 100%;
}

/* ipad iphone */
[class*='col-'] {
  margin-left: -1px; 
}

@media(max-width:767px){
.row-eq-height-sm {
  display: block;
}
}
@media(max-width:767px){
.row-tablet > [class*='col-'] {
  max-width: 640px;
  margin: 0 auto;
}
}
@media(max-width:640px){
.row-tablet > [class*='col-'] {
  max-width: 500px;
  margin: 0 auto;
}
}
@media(max-width:480px){
.row-tablet > [class*='col-'] {
  max-width: 420px;
  margin: 0 auto;
}
}


/* common class
++++++++++++++++++++++++*/

/* font */
.fs50 { font-size: 50% !important; } .fs55 { font-size: 55% !important; } .fs60 { font-size: 60% !important; } .fs65 { font-size: 65% !important; } .fs70 { font-size: 70% !important; } .fs75 { font-size: 75% !important; } .fs80 { font-size: 80% !important; } .fs85 { font-size: 85% !important; } .fs90 { font-size: 90% !important; } .fs95 { font-size: 95% !important; } .fs100 { font-size: 100% !important; } .fs105 { font-size: 105% !important; } .fs110 { font-size: 110% !important; } .fs115 { font-size: 115% !important; } .fs120 { font-size: 120% !important; } .fs125 { font-size: 125% !important; } .fs130 { font-size: 130% !important; } .fs135 { font-size: 135% !important; } .fs140 { font-size: 140% !important; } .fs145 { font-size: 145% !important; } .fs150 { font-size: 150% !important; } .fs155 { font-size: 155% !important; } .fs160 { font-size: 160% !important; } .fs165 { font-size: 165% !important; } .fs170 { font-size: 170% !important; } .fs175 { font-size: 175% !important; } .fs180 { font-size: 180% !important; } .fs185 { font-size: 185% !important; } .fs190 { font-size: 190% !important; } .fs195 { font-size: 195% !important; } .fs200 { font-size: 200% !important; }
@media(max-width:767px){
.fs50_sp { font-size: 50% !important; } .fs55_sp { font-size: 55% !important; } .fs60_sp { font-size: 60% !important; } .fs65_sp { font-size: 65% !important; } .fs70_sp { font-size: 70% !important; } .fs75_sp { font-size: 75% !important; } .fs80_sp { font-size: 80% !important; } .fs85_sp { font-size: 85% !important; } .fs90_sp { font-size: 90% !important; } .fs95_sp { font-size: 95% !important; } .fs100_sp { font-size: 100% !important; } .fs105_sp { font-size: 105% !important; } .fs110_sp { font-size: 110% !important; } .fs115_sp { font-size: 115% !important; } .fs120_sp { font-size: 120% !important; } .fs125_sp { font-size: 125% !important; } .fs130_sp { font-size: 130% !important; } .fs135_sp { font-size: 135% !important; } .fs140_sp { font-size: 140% !important; } .fs145_sp { font-size: 145% !important; } .fs150_sp { font-size: 150% !important; } .fs155_sp { font-size: 155% !important; } .fs160_sp { font-size: 160% !important; } .fs165_sp { font-size: 165% !important; } .fs170_sp { font-size: 170% !important; } .fs175_sp { font-size: 175% !important; } .fs180_sp { font-size: 180% !important; } .fs185_sp { font-size: 185% !important; } .fs190_sp { font-size: 190% !important; } .fs195_sp { font-size: 195% !important; } .fs200_sp { font-size: 200% !important; }
}
@media(max-width:991px){
.fs50_tb { font-size: 50% !important; } .fs55_tb { font-size: 55% !important; } .fs60_tb { font-size: 60% !important; } .fs65_tb { font-size: 65% !important; } .fs70_tb { font-size: 70% !important; } .fs75_tb { font-size: 75% !important; } .fs80_tb { font-size: 80% !important; } .fs85_tb { font-size: 85% !important; } .fs90_tb { font-size: 90% !important; } .fs95_tb { font-size: 95% !important; } .fs100_tb { font-size: 100% !important; } .fs105_tb { font-size: 105% !important; } .fs110_tb { font-size: 110% !important; } .fs115_tb { font-size: 115% !important; } .fs120_tb { font-size: 120% !important; } .fs125_tb { font-size: 125% !important; } .fs130_tb { font-size: 130% !important; } .fs135_tb { font-size: 135% !important; } .fs140_tb { font-size: 140% !important; } .fs145_tb { font-size: 145% !important; } .fs150_tb { font-size: 150% !important; } .fs155_tb { font-size: 155% !important; } .fs160_tb { font-size: 160% !important; } .fs165_tb { font-size: 165% !important; } .fs170_tb { font-size: 170% !important; } .fs175_tb { font-size: 175% !important; } .fs180_tb { font-size: 180% !important; } .fs185_tb { font-size: 185% !important; } .fs190_tb { font-size: 190% !important; } .fs195_tb { font-size: 195% !important; } .fs200_tb { font-size: 200% !important; }
}
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

/* margin & padding */
.pt0 { padding-top: 0 !important; }.pl0 { padding-left: 0 !important; }.pr0 { padding-right: 0 !important; }.pb0 { padding-bottom: 0 !important; }.pt5 { padding-top: 5px !important; }.pl5 { padding-left: 5px !important; }.pr5 { padding-right: 5px !important; }.pb5 { padding-bottom: 5px !important; }.pt10 { padding-top: 10px !important; }.pl10 { padding-left: 10px !important; }.pr10 { padding-right: 10px !important; }.pb10 { padding-bottom: 10px !important; }.pt15 { padding-top: 15px !important; }.pl15 { padding-left: 15px !important; }.pr15 { padding-right: 15px !important; }.pb15 { padding-bottom: 15px !important; }.pt20 { padding-top: 20px !important; }.pl20 { padding-left: 20px !important; }.pr20 { padding-right: 20px !important; }.pb20 { padding-bottom: 20px !important; }.pt25 { padding-top: 25px !important; }.pl25 { padding-left: 25px !important; }.pr25 { padding-right: 25px !important; }.pb25 { padding-bottom: 25px !important; }.pt30 { padding-top: 30px !important; }.pl30 { padding-left: 30px !important; }.pr30 { padding-right: 30px !important; }.pb30 { padding-bottom: 30px !important; }.pt35 { padding-top: 35px !important; }.pl35 { padding-left: 35px !important; }.pr35 { padding-right: 35px !important; }.pb35 { padding-bottom: 35px !important; }.pt40 { padding-top: 40px !important; }.pl40 { padding-left: 40px !important; }.pr40 { padding-right: 40px !important; }.pb40 { padding-bottom: 40px !important; }.pt45 { padding-top: 45px !important; }.pl45 { padding-left: 45px !important; }.pr45 { padding-right: 45px !important; }.pb45 { padding-bottom: 45px !important; }.pt50 { padding-top: 50px !important; }.pl50 { padding-left: 50px !important; }.pr50 { padding-right: 50px !important; }.pb50 { padding-bottom: 50px !important; }.pt55 { padding-top: 55px !important; }.pl55 { padding-left: 55px !important; }.pr55 { padding-right: 55px !important; }.pb55 { padding-bottom: 55px !important; }.pt60 { padding-top: 60px !important; }.pl60 { padding-left: 60px !important; }.pr60 { padding-right: 60px !important; }.pb60 { padding-bottom: 60px !important; }

.mt0 { margin-top: 0 !important; }.ml0 { margin-left: 0 !important; }.mr0 { margin-right: 0 !important; }.mb0 { margin-bottom: 0 !important; }.mt5 { margin-top: 5px !important; }.ml5 { margin-left: 5px !important; }.mr5 { margin-right: 5px !important; }.mb5 { margin-bottom: 5px !important; }.mt10 { margin-top: 10px !important; }.ml10 { margin-left: 10px !important; }.mr10 { margin-right: 10px !important; }.mb10 { margin-bottom: 10px !important; }.mt15 { margin-top: 15px !important; }.ml15 { margin-left: 15px !important; }.mr15 { margin-right: 15px !important; }.mb15 { margin-bottom: 15px !important; }.mt20 { margin-top: 20px !important; }.ml20 { margin-left: 20px !important; }.mr20 { margin-right: 20px !important; }.mb20 { margin-bottom: 20px !important; }.mt25 { margin-top: 25px !important; }.ml25 { margin-left: 25px !important; }.mr25 { margin-right: 25px !important; }.mb25 { margin-bottom: 25px !important; }.mt30 { margin-top: 30px !important; }.ml30 { margin-left: 30px !important; }.mr30 { margin-right: 30px !important; }.mb30 { margin-bottom: 30px !important; }.mt35 { margin-top: 35px !important; }.ml35 { margin-left: 35px !important; }.mr35 { margin-right: 35px !important; }.mb35 { margin-bottom: 35px !important; }.mt40 { margin-top: 40px !important; }.ml40 { margin-left: 40px !important; }.mr40 { margin-right: 40px !important; }.mb40 { margin-bottom: 40px !important; }.mt45 { margin-top: 45px !important; }.ml45 { margin-left: 45px !important; }.mr45 { margin-right: 45px !important; }.mb45 { margin-bottom: 45px !important; }.mt50 { margin-top: 50px !important; }.ml50 { margin-left: 50px !important; }.mr50 { margin-right: 50px !important; }.mb50 { margin-bottom: 50px !important; }.mt55 { margin-top: 55px !important; }.ml55 { margin-left: 55px !important; }.mr55 { margin-right: 55px !important; }.mb55 { margin-bottom: 55px !important; }.mt60 { margin-top: 60px !important; }.ml60 { margin-left: 60px !important; }.mr60 { margin-right: 60px !important; }.mb60 { margin-bottom: 60px !important; }

@media(max-width:767px){
.pt0_sp { padding-top: 0 !important; } .pl0_sp { padding-left: 0 !important; } .pr0_sp { padding-right: 0 !important; } .pb0_sp { padding-bottom: 0 !important; }.pt5_sp { padding-top: 5px !important; }.pl5_sp { padding-left: 5px !important; }.pr5_sp { padding-right: 5px !important; }.pb5_sp { padding-bottom: 5px !important; } .pt10_sp { padding-top: 10px !important; } .pl10_sp { padding-left: 10px !important; } .pr10_sp { padding-right: 10px !important; } .pb10_sp { padding-bottom: 10px !important; } .pt15_sp { padding-top: 15px !important; } .pl15_sp { padding-left: 15px !important; } .pr15_sp { padding-right: 15px !important; } .pb15_sp { padding-bottom: 15px !important; } .pt20_sp { padding-top: 20px !important; } .pl20_sp { padding-left: 20px !important; } .pr20_sp { padding-right: 20px !important; } .pb20_sp { padding-bottom: 20px !important; } .pt25_sp { padding-top: 25px !important; } .pl25_sp { padding-left: 25px !important; } .pr25_sp { padding-right: 25px !important; } .pb25_sp { padding-bottom: 25px !important; } .pt30_sp { padding-top: 30px !important; } .pl30_sp { padding-left: 30px !important; } .pr30_sp { padding-right: 30px !important; } .pb30_sp { padding-bottom: 30px !important; } .pt35_sp { padding-top: 35px !important; } .pl35_sp { padding-left: 35px !important; } .pr35_sp { padding-right: 35px !important; } .pb35_sp { padding-bottom: 35px !important; } .pt40_sp { padding-top: 40px !important; } .pl40_sp { padding-left: 40px !important; } .pr40_sp { padding-right: 40px !important; } .pb40_sp { padding-bottom: 40px !important; } .pt45_sp { padding-top: 45px !important; } .pl45_sp { padding-left: 45px !important; } .pr45_sp { padding-right: 45px !important; } .pb45_sp { padding-bottom: 45px !important; } .pt50_sp { padding-top: 50px !important; } .pl50_sp { padding-left: 50px !important; } .pr50_sp { padding-right: 50px !important; } .pb50_sp { padding-bottom: 50px !important; } .pt55_sp { padding-top: 55px !important; } .pl55_sp { padding-left: 55px !important; } .pr55_sp { padding-right: 55px !important; } .pb55_sp { padding-bottom: 55px !important; } .pt60_sp { padding-top: 60px !important; } .pl60_sp { padding-left: 60px !important; } .pr60_sp { padding-right: 60px !important; } .pb60_sp { padding-bottom: 60px !important; } 

.mt0_sp { margin-top: 0 !important; } .ml0_sp { margin-left: 0 !important; } .mr0_sp { margin-right: 0 !important; } .mb0_sp { margin-bottom: 0 !important; } .mt5_sp { margin-top: 5px !important; }.ml5_sp { margin-left: 5px !important; }.mr5_sp { margin-right: 5px !important; }.mb5_sp { margin-bottom: 5px !important; } .mt10_sp { margin-top: 10px !important; } .ml10_sp { margin-left: 10px !important; } .mr10_sp { margin-right: 10px !important; } .mb10_sp { margin-bottom: 10px !important; } .mt15_sp { margin-top: 15px !important; } .ml15_sp { margin-left: 15px !important; } .mr15_sp { margin-right: 15px !important; } .mb15_sp { margin-bottom: 15px !important; } .mt20_sp { margin-top: 20px !important; } .ml20_sp { margin-left: 20px !important; } .mr20_sp { margin-right: 20px !important; } .mb20_sp { margin-bottom: 20px !important; } .mt25_sp { margin-top: 25px !important; } .ml25_sp { margin-left: 25px !important; } .mr25_sp { margin-right: 25px !important; } .mb25_sp { margin-bottom: 25px !important; } .mt30_sp { margin-top: 30px !important; } .ml30_sp { margin-left: 30px !important; } .mr30_sp { margin-right: 30px !important; } .mb30_sp { margin-bottom: 30px !important; } .mt35_sp { margin-top: 35px !important; } .ml35_sp { margin-left: 35px !important; } .mr35_sp { margin-right: 35px !important; } .mb35_sp { margin-bottom: 35px !important; } .mt40_sp { margin-top: 40px !important; } .ml40_sp { margin-left: 40px !important; } .mr40_sp { margin-right: 40px !important; } .mb40_sp { margin-bottom: 40px !important; } .mt45_sp { margin-top: 45px !important; } .ml45_sp { margin-left: 45px !important; } .mr45_sp { margin-right: 45px !important; } .mb45_sp { margin-bottom: 45px !important; } .mt50_sp { margin-top: 50px !important; } .ml50_sp { margin-left: 50px !important; } .mr50_sp { margin-right: 50px !important; } .mb50_sp { margin-bottom: 50px !important; } .mt55_sp { margin-top: 55px !important; } .ml55_sp { margin-left: 55px !important; } .mr55_sp { margin-right: 55px !important; } .mb55_sp { margin-bottom: 55px !important; } .mt60_sp { margin-top: 60px !important; } .ml60_sp { margin-left: 60px !important; } .mr60_sp { margin-right: 60px !important; } .mb60_sp { margin-bottom: 60px !important; } 
}
@media(max-width:991px){
.pt0_tb { padding-top: 0 !important; } .pl0_tb { padding-left: 0 !important; } .pr0_tb { padding-right: 0 !important; } .pb0_tb { padding-bottom: 0 !important; }.pt5_tb { padding-top: 5px !important; }.pl5_tb { padding-left: 5px !important; }.pr5_tb { padding-right: 5px !important; }.pb5_tb { padding-bottom: 5px !important; } .pt10_tb { padding-top: 10px !important; } .pl10_tb { padding-left: 10px !important; } .pr10_tb { padding-right: 10px !important; } .pb10_tb { padding-bottom: 10px !important; } .pt15_tb { padding-top: 15px !important; } .pl15_tb { padding-left: 15px !important; } .pr15_tb { padding-right: 15px !important; } .pb15_tb { padding-bottom: 15px !important; } .pt20_tb { padding-top: 20px !important; } .pl20_tb { padding-left: 20px !important; } .pr20_tb { padding-right: 20px !important; } .pb20_tb { padding-bottom: 20px !important; } .pt25_tb { padding-top: 25px !important; } .pl25_tb { padding-left: 25px !important; } .pr25_tb { padding-right: 25px !important; } .pb25_tb { padding-bottom: 25px !important; } .pt30_tb { padding-top: 30px !important; } .pl30_tb { padding-left: 30px !important; } .pr30_tb { padding-right: 30px !important; } .pb30_tb { padding-bottom: 30px !important; } .pt35_tb { padding-top: 35px !important; } .pl35_tb { padding-left: 35px !important; } .pr35_tb { padding-right: 35px !important; } .pb35_tb { padding-bottom: 35px !important; } .pt40_tb { padding-top: 40px !important; } .pl40_tb { padding-left: 40px !important; } .pr40_tb { padding-right: 40px !important; } .pb40_tb { padding-bottom: 40px !important; } .pt45_tb { padding-top: 45px !important; } .pl45_tb { padding-left: 45px !important; } .pr45_tb { padding-right: 45px !important; } .pb45_tb { padding-bottom: 45px !important; } .pt50_tb { padding-top: 50px !important; } .pl50_tb { padding-left: 50px !important; } .pr50_tb { padding-right: 50px !important; } .pb50_tb { padding-bottom: 50px !important; } .pt55_tb { padding-top: 55px !important; } .pl55_tb { padding-left: 55px !important; } .pr55_tb { padding-right: 55px !important; } .pb55_tb { padding-bottom: 55px !important; } .pt60_tb { padding-top: 60px !important; } .pl60_tb { padding-left: 60px !important; } .pr60_tb { padding-right: 60px !important; } .pb60_tb { padding-bottom: 60px !important; } 

.mt0_tb { margin-top: 0 !important; } .ml0_tb { margin-left: 0 !important; } .mr0_tb { margin-right: 0 !important; } .mb0_tb { margin-bottom: 0 !important; }.mt5_tb { margin-top: 5px !important; }.ml5_tb { margin-left: 5px !important; }.mr5_tb { margin-right: 5px !important; }.mb5_tb { margin-bottom: 5px !important; } .mt10_tb { margin-top: 10px !important; } .ml10_tb { margin-left: 10px !important; } .mr10_tb { margin-right: 10px !important; } .mb10_tb { margin-bottom: 10px !important; } .mt15_tb { margin-top: 15px !important; } .ml15_tb { margin-left: 15px !important; } .mr15_tb { margin-right: 15px !important; } .mb15_tb { margin-bottom: 15px !important; } .mt20_tb { margin-top: 20px !important; } .ml20_tb { margin-left: 20px !important; } .mr20_tb { margin-right: 20px !important; } .mb20_tb { margin-bottom: 20px !important; } .mt25_tb { margin-top: 25px !important; } .ml25_tb { margin-left: 25px !important; } .mr25_tb { margin-right: 25px !important; } .mb25_tb { margin-bottom: 25px !important; } .mt30_tb { margin-top: 30px !important; } .ml30_tb { margin-left: 30px !important; } .mr30_tb { margin-right: 30px !important; } .mb30_tb { margin-bottom: 30px !important; } .mt35_tb { margin-top: 35px !important; } .ml35_tb { margin-left: 35px !important; } .mr35_tb { margin-right: 35px !important; } .mb35_tb { margin-bottom: 35px !important; } .mt40_tb { margin-top: 40px !important; } .ml40_tb { margin-left: 40px !important; } .mr40_tb { margin-right: 40px !important; } .mb40_tb { margin-bottom: 40px !important; } .mt45_tb { margin-top: 45px !important; } .ml45_tb { margin-left: 45px !important; } .mr45_tb { margin-right: 45px !important; } .mb45_tb { margin-bottom: 45px !important; } .mt50_tb { margin-top: 50px !important; } .ml50_tb { margin-left: 50px !important; } .mr50_tb { margin-right: 50px !important; } .mb50_tb { margin-bottom: 50px !important; } .mt55_tb { margin-top: 55px !important; } .ml55_tb { margin-left: 55px !important; } .mr55_tb { margin-right: 55px !important; } .mb55_tb { margin-bottom: 55px !important; } .mt60_tb { margin-top: 60px !important; } .ml60_tb { margin-left: 60px !important; } .mr60_tb { margin-right: 60px !important; } .mb60_tb { margin-bottom: 60px !important; } 
}

/* width */
.w5 { width: 5% !important; } .w10 { width: 10% !important; } .w15 { width: 15% !important; } .w20 { width: 20% !important; } .w25 { width: 25% !important; } .w30 { width: 30% !important; } .w35 { width: 35% !important; } .w40 { width: 40% !important; } .w45 { width: 45% !important; } .w50 { width: 50% !important; } .w55 { width: 55% !important; } .w60 { width: 60% !important; } .w65 { width: 65% !important; } .w70 { width: 70% !important; } .w75 { width: 75% !important; } .w80 { width: 80% !important; } .w85 { width: 85% !important; } .w90 { width: 90% !important; } .w95 { width: 95% !important; } .w100 { width: 100% !important; }
@media(max-width:767px){
.w5_sp { width: 5% !important; } .w10_sp { width: 10% !important; } .w15_sp { width: 15% !important; } .w20_sp { width: 20% !important; } .w25_sp { width: 25% !important; } .w30_sp { width: 30% !important; } .w35_sp { width: 35% !important; } .w40_sp { width: 40% !important; } .w45_sp { width: 45% !important; } .w50_sp { width: 50% !important; } .w55_sp { width: 55% !important; } .w60_sp { width: 60% !important; } .w65_sp { width: 65% !important; } .w70_sp { width: 70% !important; } .w75_sp { width: 75% !important; } .w80_sp { width: 80% !important; } .w85_sp { width: 85% !important; } .w90_sp { width: 90% !important; } .w95_sp { width: 95% !important; } .w100_sp { width: 100% !important; }
}
@media(max-width:991px){
.w5_tb { width: 5% !important; } .w10_tb { width: 10% !important; } .w15_tb { width: 15% !important; } .w20_tb { width: 20% !important; } .w25_tb { width: 25% !important; } .w30_tb { width: 30% !important; } .w35_tb { width: 35% !important; } .w40_tb { width: 40% !important; } .w45_tb { width: 45% !important; } .w50_tb { width: 50% !important; } .w55_tb { width: 55% !important; } .w60_tb { width: 60% !important; } .w65_tb { width: 65% !important; } .w70_tb { width: 70% !important; } .w75_tb { width: 75% !important; } .w80_tb { width: 80% !important; } .w85_tb { width: 85% !important; } .w90_tb { width: 90% !important; } .w95_tb { width: 95% !important; } .w100_tb { width: 100% !important; }
}

/* layout */
.table { display: table; width: 100%; margin: 0; }
.table.fixed { table-layout: fixed; }
.table > * { display: table-cell; }
.table.vt > * { vertical-align: top; }
.table.vm > * { vertical-align: middle; }
.table.vb > * { vertical-align: bottom; }
.rowline > * { display: inline-block; }
.rowline.vt > * { vertical-align: top; }
.rowline.vm > * { vertical-align: middle; }
.rowline.vb > * { vertical-align: bottom; }

/* border */
.no_bd_left { border-left: none !important; }
.no_bd_right { border-right: none !important; }
.no_bd_top { border-top: none !important; }
.no_bd_bottom { border-bottom: none !important; }

/* tel */
@media screen and (min-width: 768px) {
[href^="tel"] {
    pointer-events: none;
}
}

/* slick slider */
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev:hover, .slick-prev:focus, 
.slick-prev{
  left:15%;
  /* background: url(assets/images/common/slide_prev.png) no-repeat center; */
}
.slick-next:hover, .slick-next:focus,
.slick-next{
  right:15%;
  /* background: url(assets/images/common/slide_next.png) no-repeat center; */
}
.slick-arrow{
	z-index:10;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots li button:before {
  font-size: 25px;
}

/* wordpress
++++++++++++++++++++++++*/

/* breadcrumb */
#breadcrumb {
  font-size: 11px;
  margin-bottom: .5em;
}

/* wp pagenavi */
.wp-pagenavi {
	text-align: center;
	margin-top: 15px;
  	margin-bottom: 15px;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	display: inline-block;
	padding: 10px 15px !important;
	border: 1px solid #222222 !important;
	color: #222222;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #222222 !important;
	background: #222222;
	color: #ffffff;
}
.wp-pagenavi .pages {
	display: none;
}

/* social */
ul.snsbox {
	margin: 15px 0;
}
ul.snsbox li {
	display: inline-block;
	vertical-align: top;
}
ul.snsbox li.fb {
	width: 71px;
}

/* post */
ol,
ol li {
  list-style: decimal inside;
}
em {
  font-weight: bold;
}
blockquote {
  background: #f8f8f8;
  color: #777777;
  border-left: none;
  padding: 1em 2em;
  margin: 1em 0;
  font-size: 100%;
}
blockquote p {
  margin-bottom: 1em;
  word-break: break-all;
  font-size: 100%;
}
blockquote p:last-child {
  margin-bottom: 0 !important;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

 Start Cording

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* all setting
++++++++++++++++++++++++*/

body {
	font-family: 'メイリオ', 'Meiryo','游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	min-width: 1200px;
	color: #000;
}

@media(max-width:767px){
body {
	-webkit-text-size-adjust: 100%; 
	width: 100%;
	min-width: inherit;
}
}

/* wrapper */
.container {
  max-width: 100%;
  padding: 0 2vw;
  margin: 0 auto;
}

@media(min-width:768px){
.container {
  width: 1030px;
	padding: 0;
}
}

}

/* title */

/* text */

/* link */
a:focus, a:hover, a { color: inherit; text-decoration: none; }
a:focus, a:hover { text-decoration: none; }
p > a:hover, p > a { color: #333333; }
a:hover img { filter:alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7; }

/* button */
.btn_commit {
	height: 140px;
	background: url(assets/images/common/bg_002.jpg);
	background-size: auto 140px;
	padding: 35px 0;
	text-align: center;
}

.btn_c {
	display: inline-block;
	height: 70px;
}

.btn_c a, .btn_c a img {
	display: block;
	height: 70px;
	border-radius: 35px;
}

.top_btn {
	width: 480px;
}

@media(max-width:767px){
	.btn_commit {
		height: 17vw;
		background-size: auto 17vw;
		padding: 3vw 0;
	}

	.btn_c {
		height: 11vw;
	}

	.btn_c a, .btn_c a img {
		height: 11vw;
		border-radius: 5.5vw;
	}

	.top_btn {
		width: 100%;
	}
}

/* box */
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

*, *:before, *:after {box-sizing: border-box;}

/* header
++++++++++++++++++++++++*/
#header {
	height: 90px;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

.header_inner {
	width: 1200px;
	margin: 0 auto;
}

.header_logo {
	width: auto;
	height: 60px;
	float: left;
	margin-right: 10px;
}

.header_logo img {
	width: auto;
	height: 60px;
}

h1 {
	padding-top: 20px;
	font-size: 13px;
	line-height: 1.2;
	float: left;
}

@media(max-width:767px){
	#header {
		height: 10vw;
		padding-top: 0;
	}

	.header_inner {
		width: 100%;
		padding: 2vw;
	}

	.header_logo {
		height: 6vw;
		margin-right: 2vw;
	}

	.header_logo img {
		height: 6vw;
	}

	h1 {
		padding-top: 1vw;
		font-size: 2.8vw;
	}
}
@media(max-width:991px){}


/* contents
++++++++++++++++++++++++*/

#contents {}

section {
	padding: 50px 0;
}

.top {
	height: 600px;
	padding-top: 120px;
	margin-top: -90px;
	position: relative;
	background: url(assets/images/common/bg_001.jpg);
	background-size: auto 600px;
}

.top_content {
  max-width: 1200px;
  margin: 0 auto;
	position: relative;
}

.top_item {
	width: 480px;
}

h2.ttl_001 {
	margin-bottom: 30px;
}

.top_item .ttl_002 {
	font-size: 26px;
	font-weight: bold;
	color: #ffc300;
	line-height: 1;
	text-align: center;
	background-color: #000;
	padding: 0.7em 0 0.6em;
}

.top_item .list_001 {
	display: table;
	margin-bottom: 30px;
}

.top_item .list_001 li {
	display: table-cell;
	width: 150px;
	height: 70px;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-color: #0048de;
}

.top_item .list_001 li:nth-child(2) {
	width: 180px;
	border-left: 15px solid #0034a0;
	border-right: 15px solid #0034a0;
}

.top_item .img_001 {
	height: 35px;
	text-align: center;
	margin-bottom: 20px;
}

.top_item .img_001 img {
	height: 35px;
}

.top_item .txt_001 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
}

.top_content .img_002 {
	width: 700px;
	position: absolute;
	top: 10px;
	right: 0;
}

@media(max-width:767px){
	section {
		padding: 5vw 0;
	}

	.top {
		width: 100%;
		height: auto;
		padding: 13vw 2vw 5vw;
		margin-top: -10vw;
		background-size: auto 100%;
	}

	.top_content {
		max-width: 100%;
		width: 100%;
	}

	.top_item {
		width: 100%;
	}

	h2.ttl_001 {
		margin-bottom: 3vw;
	}

	.top_item .ttl_002 {
		font-size: 5vw;
		padding: 0.5em 0 0.3em;
	}

	.top_item .list_001 {
		margin-bottom: 5vw;
	}

	.top_item .list_001 li {
		width: 31vw;
		height: 13vw;
		font-size: 4vw;
	}

	.top_item .list_001 li:nth-child(2) {
		width: 34vw;
		border-left: 1.5vw solid #0034a0;
		border-right: 1.5vw solid #0034a0;
	}

	.top_item .img_001 {
		height: 6vw;
		margin-bottom: 1vw;
	}

	.top_item .img_001 img {
		height: 6vw;
	}

	.top_item .txt_001 {
		font-size: 4vw;
	}

	.top_content .img_002 {
		display: none;
	}

}
@media(max-width:991px){}

/* section name */
/* common */
.bg_y {
	background-color: #fffad7;
}

h2.ttl_004 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

h2.ttl_004 span {
	font-size: 60%;
	vertical-align: middle;
}

h2.ttl_004 img {
	height: 1em;
	margin-right: 0.2em;
	vertical-align: baseline;
}

@media(max-width:767px){
	h2.ttl_004 {
		font-size: 6vw;
		margin-bottom:2vw;
	}

}


/* trouble */
.trouble .container {
	position: relative;
}

/*
.trouble .container:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border-top: 50px solid #fffad7;
	border-right: 125px solid transparent;
	border-left: 125px solid transparent;
	border-bottom: 50px solid transparent;
	position: absolute;
	bottom: -150px;
	left: 390px;
}
*/

h2.ttl_002 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

h2.ttl_002 span {
	font-size: 150%;
	color: #d51104;
}

.trouble_box {
	background-color: #fff;
	border: 1px solid #bfbfbf;
	padding-top: 15px;
}

.trouble_box .img_001 {
	width: 460px;
	margin-right: 40px;
	float: left;
}

.trouble_box ul {
	width: calc (100% - 500px);
	float: left;
	font-size: 22px;
	padding-top: 0.5em;
}

.trouble_box ul li {
	font-weight: bold;
	height: 2em;
	line-height: 2em;
	padding-left: 3em;
	background: url(assets/images/common/ico_001.png) no-repeat left center;
	background-size: auto 2em;
	margin-bottom: 1em;
}

.trouble_box ul li:last-child {
	margin-bottom: 0;
}

@media(max-width:767px){
	.trouble .container:after {
		border-top: 6vw solid #fffad7;
		border-right: 20vw solid transparent;
		border-left: 20vw solid transparent;
		border-bottom: 6vw solid transparent;
		bottom: -17vw;
		left: calc(50% - 20vw);
	}

	h2.ttl_002 {
		font-size: 4.5vw;
		margin-bottom: 2vw;
	}

	.trouble_box {
		padding: 2vw;
	}

	.trouble_box .img_001 {
		width: 100%;
		margin: 0 0 2vw;
		float: none;
	}

	.trouble_box ul {
		width: 100%;
		float: none;
		font-size: 4vw;
		padding-top: 0;
	}

	.trouble_box ul li {
		height: 1.5em;
		line-height: 1.5em;
		padding-left: 2.2em;
		background-size: auto 1.5em;
		margin-bottom: 0.5em;
	}

}


/* solution */
.solution {
	padding: 70px 0 60px;
}

h2.ttl_003 {
	height: 110px;
	text-align: center;
	margin-bottom: 30px;
}

h2.ttl_003 img {
	height: 110px;
}

.solution_box {
	background-color: #fff;
	border: 20px solid #eae7d4;
	padding: 20px;
}

.solution_box .img_001 {
	width: 300px;
	float: left;
	font-size: 0;
}

.solution_box ul {
	width: calc(100% - 300px);
	float: left;
}

.solution_box ul li {
	width: calc((100% - 60px)/3);
	height: 166px;
	background-color: #eae7d4;
	margin-left: 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	border-radius: 5px;
	float: left;
}

.solution_box ul li img {
	display: block;
	width: auto;
	height: 70px;
	margin: 20px auto 10px;
}

@media(max-width:767px){
	.solution {
		padding: 15vw 0 5vw;
	}

	h2.ttl_003 {
		height: auto;
		margin-bottom: 5vw;
	}

	h2.ttl_003 img {
		width: 100%;
		height: auto;
	}

	.solution_box {
		border: 3vw solid #eae7d4;
		padding: 3vw 3vw 0;
	}

	.solution_box .img_001 {
		width: 100%;
		margin-bottom: 3vw;
		float: none;
	}

	.solution_box .img_001 img {
		width: 100%;
	}
	
	.solution_box ul {
		width: 100%;
		float: none;
	}

	.solution_box ul li {
		width: 100%;
		height: auto;
		font-size: 4vw;
		float: none;
		padding: 4vw 0 3vw;
		margin: 0 0 3vw;
	}

	.solution_box ul li img {
		height: 20vw;
		margin: 0 auto 2vw;
	}
}


/* plan */
.plan ul li {
	margin-bottom: 25px;
}

.plan ul li .ttl_001 {
	display: table-cell;
	width: inherit;
	height: 50px;
	padding-top: 0.3em;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ff9900;
	position: relative;
}

.plan ul li .ttl_001 span {
	font-size: 16px;
}

.plan ul li .ttl_001:after {
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 18px solid transparent;
	border-top: 18px solid #ff9900;
	position: absolute;
	bottom: -36px;
	left: calc(50% - 18px);
}

.plan_detail {
	height: 420px;
	border: 1px solid #bfbfbf;
	border-top: none;
	position: relative;
}

.plan_detail .img_001 {
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}

.plan_detail .txt_001 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 1em;
}

.plan_detail .txt_001 .tc_y {
	color: #ffc300;
}

.plan_detail .txt_001 .tc_r {
	color: #d51104;
}

.plan_detail .txt_001 .fs_s {
	font-size: 80%;
}

.plan_detail .txt_002 {
	font-size: 14px;
	color: #d51104;
	text-align: center;
}

.plan_detail .btn_plan {
	width: 80%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	background-color: #e9e9e9;
	border: 1px solid #bfbfbf;
	border-radius: 23px;
	position: absolute;
	bottom: 25px;
	left: 10%;
}

.plan_detail .btn_plan:hover {
	opacity: 0.8;
}

.plan_detail .btn_plan a {
	display: block;
	border-radius: 23px;
}

.plan .plan_txt {
	border: 3px solid #d0d0d0;
	padding: 20px;
}

.plan .plan_txt .txt_001 {
	font-size: 16px;
}

.plan .plan_txt .txt_001 a {
	color: #0048de;
	text-decoration: underline;
}

.plan .plan_txt .txt_002 {
	font-size: 20px;
	font-weight: bold;
	color: #d51104;
	padding: 1em 0;
}

@media(max-width:767px){
	.plan ul li {
		margin-bottom: 5vw;
    padding: 0;
	}

	.plan ul li .ttl_001 {
		display: block;
		height: auto;
		padding: 0.5em 0 0.4em;
		font-size: 5vw;
		line-height: 1.2;
	}

	.plan ul li .ttl_001 span {
		font-size: 5vw;
	}

	.plan ul li .ttl_001:after {
		border: 10vw solid transparent;
		border-top: 5vw solid #ff9900;
		bottom: -15vw;
		left: calc(50% - 10vw);
		z-index: 1;
	}

	.plan_detail {
		height: auto;
	}

	.plan_detail .img_001 {
		height: auto;
		margin-bottom: 5vw;
	}

	.plan_detail .img_001 img {
		width: 100%;
	}
	
	.plan_detail .txt_001 {
		font-size: 5vw;
		line-height: 1.2;
		margin-bottom: 5vw;
	}

	.plan_detail .txt_002 {
		font-size: 4vw;
		line-height: 1.2;
		margin-bottom: 3vw;
	}

	.plan_detail .btn_plan {
		width: 80%;
		height: 8vw;
		line-height: 8vw;
		font-size: 4vw;
		border-radius: 4vw;
		position: static;
		margin: 0 auto 5vw;
	}

	.plan_detail .btn_plan a {
		border-radius: 4vw;
	}

	.plan .plan_txt {
		padding: 3vw;
	}

	.plan .plan_txt .txt_001 {
		font-size: 3.5vw;
	}

	.plan .plan_txt .txt_002 {
		font-size: 4vw;
	}
}


/* features */
.feature_item {
	border: 1px solid #bfbfbf;
	position: relative;
	margin-bottom: 25px;
}

.feature_item .flag {
	width: 40px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #0048de;
	padding-top: 7px;
	position: absolute;
	top: -10px;
	left: 12px;
}

.feature_item .flag span {
	vertical-align: top;
	position: absolute;
	top: -9px;
	left: 2px;
}

.feature_item .flag:before,
.feature_item .flag:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
}

.feature_item .flag:before {
	border-top: 10px solid transparent;
	border-left: 6px solid #002d8c;
	top: 0;
	right: -5px;
}

.feature_item .flag:after {
	border-left: 20px solid #0048de;
	border-right: 20px solid #0048de;
	border-bottom: 8px solid transparent;
	bottom: -8px;
	left: 0;
}

.feature_item .img_001 img {
	display: block;
	width: auto;
	height: 110px;
	margin: 20px auto;
}

.feature_item .ttl_001 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #ff9900;
	padding: 0.3em 0 0.2em;
}

.feature_item .ttl_001 span {
	font-size: 90%;
}

.feature_item .txt_001 {
	font-size: 12px;
	line-height: 2;
	height: 11em;
	overflow: hidden;
	padding: 1em 1em 0;
	margin-bottom: 1em;
}
/*
.feature_list > li:last-of-type .feature_item {
	width: 31.5%;
	border: none;
	border-right: 1px dashed #bfbfbf;
	margin-bottom: 0;
	float: left;
}
*/

.feature_box {
	width: 68.5%;
	font-size: 12px;
	padding: 2em 1em;
	float: left;
}

.feature_box ul li:first-child {
	font-weight: bold;
}

.feature_box ul li:not(:first-child) {
	position: relative;
	padding-left: 1.5em;
}

.feature_box ul li:not(:first-child):before {
	display: block;
	content: "・";
	position: absolute;
	left: 0.5em;
}

.feature_box .list_001 {
	width: 61%;
	float: left;
	margin-bottom: 1em;
}

.feature_box .list_002 {
	width: 39%;
	float: left;
	margin-bottom: 1em;
}

.feature_box .list_003 {
	clear: both;
	padding-top: 2em;
	border-top: 4px double #bfbfbf;
}

.feature_box .list_003 li:last-child {
	margin-top: 1em;
}

.feature_item_wrap {
	border: 1px solid #bfbfbf;
	margin-bottom: 25px;
}

.features .feature_list li {
  padding-right: 0;
  padding-left: 0;
}

@media(max-width:767px){
	.feature_item {
		margin-bottom: 5vw;
	}

	.feature_item .flag {
		width: 10vw;
		height: 10vw;
		font-size: 4vw;
		padding-top: 1.5vw;
		top: -2vw;
		left: 3vw;
	}

	.feature_item .flag span {
		top: -2vw;
		left: 1vw;
	}

	.feature_item .flag:before {
		border-top: 2vw solid transparent;
		border-left: 1vw solid #002d8c;
		right: -1vw;
	}

	.feature_item .flag:after {
		border-left: 5vw solid #0048de;
		border-right: 5vw solid #0048de;
		border-bottom: 2vw solid transparent;
		bottom: -2vw;
	}

	.feature_item .img_001 img {
		display: block;
		width: auto;
		height: 30vw;
		margin: 3vw auto;
	}

	.feature_item .ttl_001 {
		font-size: 5vw;
		padding: 0.2em 0 0.1em;
	}

	.feature_item .txt_001 {
		font-size: 4vw;
		line-height: 1.5;
		height: auto;
		overflow: visible;
		padding: 1em 1em 1em;
		margin-bottom: 0;
	}

	.feature_list > li:last-of-type .feature_item {
		width: 100%;
		border-bottom: 1px dashed #bfbfbf;
		float: none;
	}

	.feature_box {
		width: 100%;
		font-size: 3.5vw;
		padding: 5vw 2vw;
		float: none;
	}

	.feature_box .list_001 {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}

	.feature_box .list_002 {
		width: 100%;
		float: none;
	}

	.feature_box .list_003 {
		padding-top: 1em;
	}

	.feature_item_wrap {
		margin-bottom: 5vw;
	}
}


/* price */
.price_box {
	width: 100%;
	margin-bottom: 20px;
}

.price_box,.price_box th,.price_box td {
	border-collapse: separate;
	font-size: 16px;
	line-height: 1;
	height: 3em;
	text-align: center;
	vertical-align: middle;
	border-spacing: 15px 0;
	position: relative;
}

.price_box th {
	width: 25%;
	background-color: #0048de;
	color: #fff;
	font-weight: bold;
	padding-top: 0.5em;
}

.price_box th:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 1em solid #0048de;
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	position: absolute;
	bottom: -1em;
	left: 0.5px;
}

.price_box th.orange {
  background: #FF9900;
}
.price_box th.orange:after {
  border-top: 1em solid #FF9900;
}

.conf_list {
	font-size: 14px;
	padding: 1em;
}

.conf_list li {
	text-align: left;
}

.conf_list li span {
	display: inline-block;
	float: right;
}

.price_box th.th_g {
	background-color: #686868;
}

.price_box th.th_g:after {
	border-top: 1em solid #686868;
}

.price_box th.th_lg {
	background-color: #999999;
}

.price_box th.th_lg:after {
	border-top: 1em solid #999999;
}

.price_box th span {
	font-size: 70%;
}

.price_box td {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

.price_box tr:last-child td {
	border-bottom: 1px solid #bfbfbf;
}

tr.price_detail td {
	line-height: 1.1;
	padding-top: 1em;
	height: 5em;
}

tr.price_detail td .fs_l {
	font-size: 140%;
	font-weight: bold;
}

.price_box td .fs_s {
	font-size: 80%;
}

.price_box td .tc_r {
	color: #d51104;
}

.price_box td .po_a {
	position: absolute;
	top: 1em;
	right: 1em;
}

tr.price_detail td .tc_g {
	color: #8b8b8b;
}

.bg_g {
	background: #ececec;
}

.price .txt_001 {
	font-size: 14px;
	color: #d51104;
	padding-left: 15px;
}

@media(max-width:767px){
	.price_box {
		margin-bottom: 2vw;
	}

	.price_box,.price_box th,.price_box td {
		border-collapse: collapse;
		font-size: 2.5vw;
		line-height: 1.3;
		height: auto;
		padding: 0.5em 0;
		border-spacing: 0;
	}

	.price_box th {
		width: 27%;
		height: 5em;
	}

	.price_box th:after {
		border-top: 2vw solid #0048de;
		border-left: 10vw solid transparent;
		border-right: 10vw solid transparent;
		bottom: -2vw;
		left: 1vw;
	}

	.conf_list {
		font-size: 2.5vw;
		padding: 1vw;
	}

	.conf_list li {
		line-height: 1.3;
		text-align: left;
	}

	.conf_list li:after {
		display: block;
		content: "";
		clear: both;
		margin-bottom: 2vw
	}
	
	.price_box th.th_g {
		width: 19%;
	}

	.price_box th.th_g:after {
		border-top: 2vw solid #686868;
		border-left: 8vw solid transparent;
		border-right: 8vw solid transparent;
		bottom: -2vw;
		left: 1vw;
	}

	.price_box th span {
		font-size: 2.5vw;
	}

	tr.price_detail td {
		padding-top: 1.5em;
		height: 7em;
	}

	.price_box td .po_a {
		position: static;
	}

	.price .txt_001 {
		font-size: 2.5vw;
		padding-left: 0;
	}

}


/* voice */
.voice {
	padding: 20px 0;
}

.voice .container {
	padding: 30px 0;
}

.voice .container h2.ttl_004 {
	margin-bottom: 0;
}

.voice_item .img_001 {
	width: 200px;
	margin-right: 30px;
	float: left;
}

.voice_item .img_001 img {
	width: 100%;
}

.voice_txt {
	width: calc(100% - 230px);
	float: left;
	border: 1px solid #ffc300;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 30px;
	position: relative;
}

.voice_txt:before,
.voice_txt:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 16px solid transparent;
	position: absolute;
	top: 87px;
}

.voice_txt:before {
	border-right: 16px solid #ffc300;
	left: -32px;
}

.voice_txt:after {
	border-right: 16px solid #fff;
	left: -30px;
}

.voice_txt .ttl_001 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.voice_txt .txt_001 {
	font-size: 16px;
	line-height: 2;
}

@media(max-width:767px){
	.voice {
		padding: 2vw 0;
	}

	.voice .container {
		padding: 3vw 2vw;
	}

	.voice_item .img_001 {
		width: 60%;
		margin: 0 auto 5vw;
		float: none;
	}

	.voice_txt {
		width: 100%;
		float: none;
		padding: 3vw 2vw;
	}

	.voice_txt:before,
	.voice_txt:after {
		border-top: 3vw solid transparent;
		border-left: 4vw solid transparent;
		border-right: 4vw solid transparent;
		left: 25vw;
	}

	.voice_txt:before {
		border-bottom: 3vw solid #ffc300;
		top: -6vw;
	}

	.voice_txt:after {
		border-bottom: 3vw solid #fff;
		top: calc(-6vw + 2px);
	}

	.voice_txt .ttl_001 {
		font-size: 4.5vw;
		margin-bottom: 0.5em;
	}

	.voice_txt .txt_001 {
		font-size: 4vw;
		line-height: 1.5;
	}
}


/* faq */
.faq {
	padding: 30px 0;
}

h2.ttl_005 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	background-color: #ffc300;
	padding: 0.3em 0 0.1em;
	margin-bottom: 30px;
}

.faq_item h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: url(assets/images/common/ico_005.png) no-repeat left 20px center;
	background-color: #e1d2a2;
	background-size: 30px auto;
	padding: 0.4em 0 0.2em 60px;
}

.faq_item dl {
	background-color: #fff;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}

.faq_item dl dt {
	font-size: 17px;
	line-height: 1.3;
	font-weight: bold;
	color: #0048de;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
	position: relative;
}

.faq_item dl dt:before {
	display: block;
	content: "Q";
	position: absolute;
	left: 0;
	top: -0.1em;
}

.faq_item dl dd {
	font-size: 16px;
	padding: 0 0 20px 50px;
	background: url(assets/images/common/arrow_002.png) no-repeat left 20px top 5px;
	background-size: 20px auto;
}

.faq_item dl dd:not(:last-child) {
	border-bottom: 1px solid #e1d2a2;
	margin-bottom: 20px;
}

.contract {
	background-color: #fff;
	border: 5px solid #d0d0d0;
	padding: 25px;
	position: relative;
	margin-bottom: 5px;
}

.contract_box {
	width: 100px;
	float: left;
	margin-right: 25px;
}

.contract_box .ttl_001 img {
	width: 100%;
	margin-bottom: 5px;
}

.contract_box .ttl_002 {
	font-size: 11px;
	text-align: center;
	background-color: #ffc300;
	padding-top: 0.1em;
}

.contract .txt_001 {
	font-size: 16px;
}

.contract .download {
	width: 40px;
	position: absolute;
	top: 30px;
	right: 25px;
}

.contract .download img {
	width: 100%;
}

.faq .txt_wp {
	font-size: 13px;
}

.faq .txt_wp a {
	color: #0048de;
	text-decoration: underline;
}

@media(max-width:767px){
	.faq {
		padding: 5vw 0;
	}

	h2.ttl_005 {
		font-size: 7vw;
		padding: 0.2em 0 0;
		margin-bottom: 3vw;
	}

	.faq_item h3 {
		font-size: 4.8vw;
		background: url(assets/images/common/ico_005.png) no-repeat left 2vw center;
		background-color: #e1d2a2;
		background-size: 6vw auto;
		padding: 0.2em 0 0em 10vw;
	}

	.faq_item dl {
		padding: 3vw 3vw 0;
		margin-bottom: 5vw;
	}

	.faq_item dl dt {
		font-size: 4vw;
	}

	.faq_item dl dd {
		font-size: 3.5vw;
		line-height: 1.5;
		padding: 0 0 2vw 5vw;
		background: url(assets/images/common/arrow_002.png) no-repeat left top 0.6vw;
		background-size: 3.5vw auto;
	}

	.faq_item dl dd:not(:last-child) {
		margin-bottom: 3vw;
	}

	.contract {
		padding: 3vw;
		margin-bottom: 2vw;
	}

	.contract_box {
		width: 100%;
		float: none;
		margin: 0 0 3vw;
	}

	.contract_box .ttl_001 img {
		width: 40%;
		margin: 0 5% 0 0;
		float: left;
	}

	.contract_box .ttl_002 {
		width: 55%;
		font-size: 5vw;
		padding-top: 0.2em;
		float: left;
	}

	.contract .txt_001 {
		width: 85%;
		font-size: 3vw;
		line-height: 1.5;
	}

	.contract .download {
		width: 10%;
		top: 18vw;
		right: 3vw;
	}

	.faq .txt_wp {
		font-size: 2.8vw;
		line-height: 1.5;
	}
}


/* request */
.request form dl {
	margin-bottom: 40px;
}

.request form dl:after {
	display: block;
	content: "";
	clear: both;
}

.request form dl dt {
	display: block;
	width: 35%;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 10%;
	position: relative;
	font-weight: bold;
}

.request form dl dt label {
	display: block;
	font-weight: bold;
}

.request form dl dt span {
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #d51104;
	width: 3em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	top: 8px;
	right: 0;
}

.request form dl dd {
	width: 55%;
	font-size: 16px;
	height: auto;
	line-height: 40px;
	float: left;
}

.request form dl dd label {
	margin-right: 0.5em;
}

.request form dl dd textarea,
.request form dl dd input[type="text"],
.request form dl dd input[type="email"],
.request form dl dd input[type="tel"] {
	border: none;
	width: 70%;
	padding: 0 0.5em;
}
.request form dl dd input[type="radio"] {
  border: none;
}
.request form dl dd textarea {
  min-width: 70%;
  min-height: 200px;
  line-height: 1.5;
  padding: .5em;
}

.request form dl dd.name_txt input {
	margin-right: 1em;
	width: 28%;
}

.request form dl dd select {
	width: auto;
	height: 40px;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	padding: 0 0.5em;
}

.req_btn {
	text-align: center;
	margin: 50px 0;
}
.req_btn .mfp_element_submit {
  background: none;
  padding: 0;
}
div.mfp_buttons button#mfp_button_send {
  background: #FFC300;
}

#form {
  padding-bottom: 20vw;
}

@media(max-width:767px){
	.request form dl {
		margin-bottom: 5vw;
	}

	.request form dl dt {
		width: 100%;
		font-size: 4vw;
		height: 1em;
		line-height: 1em;
		float: none;
		margin: 0 0 2vw;
	}

	.request form dl dt span {
		display: inline-block;
		font-size: 2.8vw;
		width: 3em;
		height: 4vw;
		line-height: 1;
		position: static;
		margin-left: 2vw;
		vertical-align: middle;
		padding-top: 0.3em;
	}

	.request form dl dd {
		width: 100%;
		font-size: 4vw;
		height: auto;
		line-height: 1.5;
		float: none;
    padding: 5px 0 !important;
	}

	.request form dl dd textarea,
	.request form dl dd input[type="text"],
  .request form dl dd input[type="email"],
  .request form dl dd input[type="tel"] {
		width: 100%;
		height: 8vw;
	}
  
  .request form dl dd textarea {
    min-width: inherit;
    max-width: 100%;
    width: 100% !important;
  }

	.request form dl dd.name_txt input {
		margin-right: 0;
		width: 35vw;
	}

	.request form dl dd.name_txt input#f_name {
		margin-right: 3.5vw;
	}
	
	.request form dl dd select {
		width: auto;
		height: 8vw;
	}

	.req_btn {
		margin: 5vw 0 5vw;
	}
}


/* footer
++++++++++++++++++++++++*/

#footer {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #0048de;
	padding: 30px 0 10px;
}

#footer .container {
	position: relative;
}

#footer .txt_001 {
	margin-bottom: 1em;
}

#footer .txt_001 a {
	color: inherit;
	text-decoration: underline;
}

#footer .to_top {
	width: 70px;
	position: absolute;
	top: -200px;
	right: 10px;
}

#footer .to_top a,#footer .to_top a img {
	border-radius: 35px;
}

.footer_btn {
	display: none;
}


@media(max-width:767px){
	.footer_btn {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 9;
	}


	#footer {
		font-size: 3vw;
		padding: 5vw 0 20vw;
	}

	#footer .txt_001 {
		margin-bottom: 0.5em;
	}

	#footer .to_top {
		width: 10vw;
		top: -20vw;
		right: 2vw;
	}

	#footer .to_top a,#footer .to_top a img {
		border-radius: 5vw;
	}
}
@media(max-width:991px){}

