@charset "utf-8";
/* CSS Document */

/*
Theme Name: T&R Support スポットサポート
Theme URI: https://tandr.biz/
Description: T&R Support ポットサポート20255
Version: 1.0
Author: T&R
Author URI: https://www.tandr.co.jp/
*/

/*---------------------------  CSS reset --------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, footer, header, menu, nav, section, aside {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
}
article, header, footer, aside, figure, figcaption, nav, section, main {
	display: block;
}
* {
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	width: 100%;
	height: 100%;
/*	padding-top: 130px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;*/
}
h1,h2,h3,h3,h4,h5,h6 {

}

input, select, textarea {
	font-size: 100%;
}
@media screen and (max-width: 768px) {
	img {max-width: 100%}
}

/*---------------------------  common --------------------------- */

@media print, screen  and (min-width: 768px) {
	.left {
		text-align: left !important;
	}
	.right {
		text-align: right !important;
	}
	.center {
		text-align: center !important;
	}
	.pc_none {
		display: none;
	}
	
	.flex_block {
		display: flex
	}
	
	.block {
		width: 100%;
		margin: 0px auto 0px auto;
		padding: 1.6rem 0rem 1.6rem 0rem;

	}
	.block_inner {
		width: 980px;
		margin: 48px auto 48px auto;
	}
	.bg_even {

	}
	
	.col1 {
		width: 1080px;
		padding: 1rem;
	}
	.col2 {
		width: 560px;
		padding: 1rem;
	}
	.col3 {
		width: 360px;
		padding: 1rem;
	}
	.col4 {
		width: 270px;
		padding: 1rem;
	}
	.col5 {
		width: 216px;
		padding: 1rem;
	}
	.col6 {
		width: 180px;
		padding: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.sp_none {
		display: none;
	}
	.col1,.col2,.col3,.col4,.col5,.col6 {
		width: 100%;
	}
}

/* display */
.flex {
	display: flex;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.flex {
		display: block;
	}
	.flex_wrap {
		display: block;
	}
}

/* Color */
.red {
	color: #D50481 !important;
}
.yellow {
	color: #FFFF00 !important;
}

/* Link */
.contents_link {
	text-align: center;
}
.contents_link a {
	margin: 16px auto 16px auto;
	display: inline-block;
	padding: 1.6rem;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.8;
	background-color: #8BC34A;
	border-radius: 8px;
	cursor: pointer;
}
.contents_link a:hover {
	-webkit-box-shadow: 0 3px 6px #B7B7B7;
	box-shadow: 0 3px 10px #B7B7B7;	
	}
.contents_link strong {
	font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
.contents_link a {
	width: calc(100% - 24px);
	font-size: 1.4rem;
}
.contents_link strong {
	font-size: 1.6rem !important;
}
}


/*---------------------------  header --------------------------- */
/*#fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}*/
.header_fix {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
.header_block {
    width: 100%;
    height: 80px;
    display: flex;
/*	position: fixed;*/
    z-index: 999;
    background-color: #FFFFFF;
}
/**/
.header_block .logo {
    flex-grow: 1;
}
.header_block .logo a {
    width: 140px;
    height: 0px;
    padding-top: 80px;
	line-height: 2;
    overflow-y: hidden;
    display: block;
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/logo_pc.png);
    background-repeat: no-repeat;
    background-position: left center;
}
@media screen and (max-width: 768px) {
    .header_block .logo a {
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/logo_sp.png);
    background-size: auto 60px;
}
}
/**/
.header_block .form {
    padding-left: 1rem;
    padding-right: 1rem;
}
.header_block .form a {
    height: 44px;
    margin-top: 18px;
    padding:  0rem 0.8rem 0rem 0.8rem;
    line-height: 4.4rem;
    /*align-items: center;*/
    display: block;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    background-color: #8BC34A;
    box-shadow: 3px 3px 8px #E0E0E0;
}
@media screen and (max-width: 768px) {
.header_block .form a {
    width: 54px;
    height: 0px;
    margin-top: 14px;
    padding: 5.4rem 0rem 0rem 0rem;
    display: block;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background-color: #8BC34A;
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/header_mail_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54px 54px;
    border-radius: 0px;
    box-shadow: none;
}
}
/**/
.header_block .tel a {
	padding: 0.4rem 0rem 0.4rem 0rem;
    align-items: center;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    color: #D81B60;
    text-decoration: none;
}
.header_block .header_tel_info {
    margin-top: 18px;
    padding: 0.4rem 1.2rem 0.4rem 1.2rem;
    display: inline-block;
    font-size: 1rem;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #D81B60;
}
@media screen and (max-width: 768px) {
.header_block .tel a {
    width: 54px;
    height: 0px;
    margin-top: 14px;
    padding: 5.4rem 0rem 0rem 0rem;
    display: block;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    align-items: center;
    background-color: #D81B60;
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/header_tel_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54px 54px;
}
.header_block .header_tel_info {
	display: none;
    margin-top: 0px;
    padding: 0rem;
}
}

/* Fixed　Position */
/*.fv {
	margin-top: 130px;
}
*/

/*--------------------------- パンくずリスト --------------------------- */

@media print, screen  and (min-width: 768px) {
	.pan {
		max-width: 980px;
		margin: 130px auto 0px auto;
		padding-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.5;
		color: #666666;
	}
	.pan li {
		display: inline;
	}
	.pan li + li::before {
		content: " > ";
	}
	.pan a {
		color: #30A1D2;
	}
}

@media screen and (max-width: 768px) {
	.pan {
		max-width: 640px;
		margin: 140px 0px 0px 0px;
		padding-left: 1em;
		font-size: 1.1rem;
		line-height: 2;
		color: #666666;
	}
	.pan li {
		display: inline;
	}
	.pan li + li::before {
		content: " > ";
	}
	.pan a {
		color: #30A1D2;
	}
}

/*--------------------------- Gnav --------------------------- */

@media print, screen  and (min-width: 768px) {
/* 以下、共通部分 */

#menu-spot {
	width: 100%;
	min-width: 1280px;
	height: 50px;
	display: table;
	table-layout: fixed;
    list-style: none;
	background-color: #32598A;
	position: relative;
	z-index: 9999;
}

#menu-spot > li {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
	border-right: 1px solid #FFFFFF;
}
#menu-spot > li:last-child {
	border-right: 1px solid #32598A;
}

#menu-spot > li >a {
	height: 40px;
    display: block;
    color: #FFFFFF;
	font-size:1.4rem; 
	line-height: 40px;
    text-decoration: none;
}

#menu-spot .sub-menu > li {
	width: 100%;
	vertical-align: middle;
	text-align: left;
	background-color: #FAFAFA;
	border-bottom: 1px solid #CFD8DC;
}
#menu-spot .sub-menu > li li {
}
#menu-spot .sub-menu > li a {
	display: block;
	padding: 0.5rem;
	font-size: 1.4rem;
	line-height: 40px;
	color: #32598A;
	text-decoration: none;
}
#menu-spot .sub-menu > li li a {
	background-color: aqua;
}
#menu-spot .sub-menu > li a:hover {
	color: #FFFFFF;
	background-color: #4E80BF;
}

/* 以下、ドロップダウン */

#menu-spot li.menu-item-has-children {
    position: relative;
}

#menu-spot li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#menu-spot li.menu-item-has-children ul ul{
    border: 4px solid #000000;
}

#menu-spot li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

/* 以下、リンク色 */

#menu-spot .menu li a {
    background: rgb(26, 30, 36);
}

#menu-spot .menu li a:hover {
    background: rgb(242, 105, 100);
}

#menu-spot .menu li ul li a {
    background: rgb(242, 105, 100);
}

#menu-spot .menu li ul li a:hover {
    color: #999;
    background: #ffff00;
}

#menu-spot .menu li:hover > a {
    background: rgb(242, 105, 100);
}
}

/* -------------------------------------------------------- */

@media screen and (max-width: 768px) {
.spheadmenu{
    width: 100%;
    background-color: #32598A;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-bottom: 1px solid #BFBFBF;
}
    
    .spmenu{
    float: left;
}
    
    #nav-drawer {
    position: relative;
    float: right; 
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 100%;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #FFFFFF;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
.nav_title {
	padding: 0rem 0rem 0rem 0rem;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  /*background: #fff;*//*背景色*/
  background: rgba(50,89,138,0.83);
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content > ul > li > a{
	width: 100%;
	padding: 0.5rem;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 3;
	background-color: #32598A;
	text-decoration: none;
}
#nav-content .sub-menu li a{
	width: 100%;
	padding: 0.5rem;
	display: block;
	font-size: 1.6rem;
	line-height: 2;
	background-color: #FAFAFA;
	text-decoration: none;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}

/*--------------------------- footer --------------------------- */

footer {
    width: 100%;
    margin-top: 36px;
    background-color: #6c96ca;
    border-top: 3px solid #99B6DA;
    clear: both;
}
.footer-info {
    max-width: 1080px;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1.6rem;
    color: #FFFFFF;
}
.footer-info dt {
    margin-top: 1.6rem;
	line-height: 1.6;
}
.footer-info dt:first-child {
    margin-top: 0rem;
}
.footer-info dd {
    margin-bottom: 0.8rem;
    padding-left: 0.8rem;
	line-height: 1.6;
}
.corp-info {
	width: 50%;
    padding: 0.8rem 1.6rem 0.8rem 1.6rem;
    font-size: 1.4rem;
}
.isms-logo {
	padding-left: 0.8rem;
    text-align: left;
}
.isms {
	width: 50%;
    padding: 0.8rem 1.6rem 0.8rem 1.6rem;
    font-size: 1.6rem;
}
.copyright {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    text-align: center;
    font-size: 1.6rem;
    color: #FFFFFF;
    background-color: #32598A;
}
@media screen and (max-width: 768px) {
	.footer-info {
		display: block;
	}
	.corp-info {
		width: 100%;
		font-size: 1.2rem;
	}
	.isms {
		width: 100%;
		font-size: 1.2rem;
	}
}
/* Contact Link */
.contact-block {
    width: 1060px;
    margin-top: 88px;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #32598A;
    background-color: #32598A;
    border-radius: 6px;
    box-shadow: 2px 2px 6px #BDBDBD;
    position: relative;
	z-index: 2;
}
.contact-block::before {
    display: inline-block;
    width: 113px;
    height: 97px;
    content: '';
    position: absolute;
    top: -48px;
    left: 0px;
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/emblem.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
	.contact-block {
		width: 100%;
		margin-bottom: 32px;
		padding-left: 0.8rem;
		padding-bottom: 0.1rem;
		padding-right: 0.8rem;
		border: none;
		border-radius: 0px;
	}
	.contact-block::before {
		display: inline-block;
		width: 113px;
		height: 97px;
		content: '';
		position: absolute;
		top: 10px;
		left: 0;
		background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/emblem.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}
.contact-block-short {
    width: 100%;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #32598A;
    background-color: #32598A;
    border-radius: 6px;
    position: relative;
}
.contact-block-short::before {
    display: inline-block;
    width: 169px;
    height: 145px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0px;
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/emblem.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.cb-msg {
    width: 100%;
    padding: 2.4rem 2.4rem 2.4rem 2.4rem;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.cb-msg {
		padding-left: 100px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.contact-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.contact-link {
		display: block;
	}
}
.contact-link .tel{
    width: 50%;
    padding: 0.8rem;
    background-color: #D81B60;
    border: 2px solid #FFFFFF;
    border-radius: 0px 0px 0px 6px;
    background-image: linear-gradient(180deg,rgba(216,27,96,1.00) 0%,rgba(171,21,75,1.00) 100%);
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/tel_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.contact-link .form {
	width: 50%;
	padding: 0.8rem;
	background-color: #8BC34A;
	border: 2px solid #FFFFFF;
	border-radius: 0px 0px 6px 0px;
	background-image: linear-gradient(180deg,rgba(139,195,74,1.00) 0%,rgba(110,161,52,1.00) 100%);
    background-image: url(https://tandr.biz/support/wp-content/themes/tandr/images/common/mail_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.contact-link .tel a{
	height: 64px;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
	line-height: 32px;
}
.contact-link .form a{
	height: 64px;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
	line-height: 32px;
}
@media screen and (max-width: 768px) {
	.contact-link .tel{
		width: 100%;
		margin-bottom: 8px;
		padding: 0.8rem;
		background-color: #D81B60;
		border: 1px solid #FFFFFF;
		border-radius: 3px;
		background-size: 64px 64px;
	}
	.contact-link .form {
		width: 100%;
		margin-bottom: 8px;
		padding: 0.4rem;
		background-color: #8BC34A;
		border: 1px solid #FFFFFF;
		border-radius: 3px;
		background-size: 64px 64px;
	}
	.contact-link .tel a{
		display: block;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		text-decoration: none;
	}
	.contact-link .form a{
		display: block;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		text-decoration: none;
	}
}

/*--------------------------- form --------------------------- */
.form-block {
    width: 100%;
    max-width: 1080px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}
@media screen and (max-width: 768px) {
.form-block {
    min-width: 350px;
}
}
.form-block .mailform_title {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    padding: 1rem;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 6px double #FFFFFF;
    background-color: #8BC34A;
}
.form-area {
    width: 100%;
	max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
    font-size: 1.6rem;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #65128F;/* Red */
    font-size: 1.6rem !important;
}
.wpcf7-not-valid-tip{
   color: #dc3232;
   font-size: 1.6rem !important;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
    font-size: 1.6rem;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
    font-size: 1.6rem;
}
.form-area .form_title {
	margin: 0px 0px 16px 0px;
    color: #388E3C;
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
}
.form-area .form_item {
	margin: 0px 0px 32px 0px;
}
.form-area .text_input{
    width: 100%;
    padding: 0.8rem;
}
span.wpcf7-list-item {
display: block;
font-weight: normal;
}
.form-block  h2 {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    padding: 1rem;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 6px double #FFFFFF;
    background-color: #8BC34A;
}
.form-block label {
    width: 100%;
    color: #455A64;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
}
.form-block input,.form-block textarea {
    /*width: 100%;*/
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.8;
    border: 2px solid #455A64;
}
.form-block select {
    margin-left: 8px;
    margin-bottom: 12px;
    padding: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.8;
    border: 2px solid #455A64;
}
.form-block .text-width {
    width: 100%;
}
.privacy-policy {
    width: 100%;
    height: 280px;
    margin: 24px 0px 6px 0px;;
    padding: 1.4rem;
    border: 1px solid #78909C;
    overflow-y: scroll;
    font-size: 1.4rem;
}
.privacy-policy p,.privacy-policy ul,.privacy-policy ol{
    line-height: 1.8;
}
.privacy-policy ul,.privacy-policy ol{
    margin-left: 1.6rem;
}
.agree {
    width: auto;
    margin-bottom: 24px;
    padding: 0.8rem;
    font-size: 2rem;
    text-align: center;
    border: 4px solid #D81B60;
    border-radius: 3px;
}
.agree input {
    width: auto;
}
input[type="submit"]{
    width: auto;
	min-width: 160px;
	padding: 0.8rem 3.2rem 0.8rem 3.2rem;
    margin: 0px auto 0px auto;
	display: block;
    font-size: 2rem;
    color: #FFFFFF;
    border: none;
    background-color: #8BC34A;
    border-radius: 3px;
    box-shadow: 3px 3px 8px #E0E0E0;
    -webkit-appearance: none;
}
.required {
    color: #D81B60;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
.required {
    font-size: 1.4rem;
}
}
.thanks {
    width: 700px;
    margin: 48px auto 48px auto;
    padding: 1.6rem;
    border: 3px double #388E3C;
} 
.message a  {
    color: #2196F3;
    text-decoration: none;
} 
.message {
    color: #455A64;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 768px) {
.thanks {
    width: 100%;
} 
.message {
    font-size: 1.4rem;
	text-align: left;
}
}

/* 以下個別　*/

/*--------------------------- HOME --------------------------- */
/*　FirstView　*/
.home .fv {
	width: 100%;
	margin: 130px auto 0px auto;
	background-color: #30BFFF;
	border-top: 8px solid #B6E8FE;
	border-bottom: 8px solid #B6E8FE;
}
.home .fv::after {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: bottom;
}
.home .fv::before {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: top;
}
.home .fv_inner {
	width: 1280px;
	min-height: 368px;
	margin: 0px auto 0px auto;
	padding: 4rem 0rem 0rem 0rem;
	background-image: url("images/home/home_h1_bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.home .fv h1 {
	margin: 0px 0px 32px 0px;
	color: #FFFFFF;
	font-size: 4rem;
}
.home .fv h1 .big {
	font-size: 5.6rem !important;
}
.home .fv h1 .private {
	padding: 0rem 1.6rem 1.6rem 4.8rem;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 4rem;
	background-image: url("images/home/private_home.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.home .fv h1 .corp {
	padding: 0rem 0rem 1.6rem 4.8rem;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 4rem;
	background-image: url("images/home/corp_buill.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.home .fv .flex_block {
	gap: 0px 24px;
}
@media screen and (max-width: 768px) {
.home .fv_inner {
	width: 100%;
}
.home .fv_inner {
	width: 100%;
	min-height: 200px;
	background-image: url("images/home/home_h1_bg_sp.png");
	background-size: 190px auto;
}
.home .fv h1 {
	margin: 0px 0px 32px 0px;
	text-align: center;
	font-size: 2.4rem;
}
.home .fv h1 .big {
	font-size: 3.2rem !important;
	line-height: 1.5;
}
.home .fv h1 .private {
	padding: 0rem 1.6rem 0rem 3.2rem;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.4rem;
	background-size: auto 24px;
}
.home .fv h1 .corp {
	padding: 0rem 0rem 1.6rem 3.2rem;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.4rem;
	background-size: auto 24px;
}
.home .fv .flex_block .point {
	padding: 0.8rem;
}
.home .fv .flex_block .point img {
	width: 160px;
}
}


.home_info {

}

.home_appeal_01 {
	margin: 24px 0px 0px 0px;
	padding: 1.6rem 1.6rem 1.6rem 1.6rem;
	background-color:#FBF7EF;
	border-radius: 24px;
}
.home_step  {
	margin: 16px 0px 16px 0px;
}
.home_step h3 {
	margin: 16px 0px 16px 0px;
	color: #2181C5;
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
}
.home_step ul {
	display: flex;
	justify-content: space-between;
}
.home_step  li {
	width: calc(100% / 4);
	padding: 0.4rem;
	list-style: none;
}
.home_step  li img {
	width: 100%;
}

.home_appeal_02 {
	margin: 0px 0px 0px 0px;
	padding: 2.4rem;
	display: flex;
	align-items:center;
}
.home_appeal_02 .doc {
	width: 100%;
	padding: 0rem 2.4rem 0rem 2.4rem;
}
.home_appeal_02 .doc h3 {
	margin: 0px 0px 16px 0px;
	color: #70541C;
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
	border-bottom: 2px dotted #70541C;
}
.home_appeal_02  .doc p {
	margin: 0px 0px 16px 0px;
	text-align: center;
	color: #212121;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;	
}
.home_appeal_02 p:last-child {
	margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
.home_appeal_01 {
	border-radius: 0px;
}
.home_appeal_02 {
	padding: 0.8rem;
	display: block;
}
.home_appeal_02 .img {
	text-align: center;
}
.home_appeal_02 .appeal_img {
	width: 160px;
	margin: 0px 0px 16px 0px;
}
.home_appeal_02 .doc {
	padding: 0rem 0rem 0rem 0rem;
}
.home_appeal_02  .doc p {
	text-align: left;
	font-size: 1.6rem;	
}
.home_step ul {
	display: block;
}
.home_step  li {
	width: 100%;
	padding: 0.8rem;
	text-align: center;
}
.home_step  li img {
	width: 280px;
	margin-bottom: 16px;
}
.home_step h3 {
	font-size: 1.8rem;
}
}

/*　Slider　*/
.splide {
	width: 980px;
	margin: 16px auto 16px auto;
	padding: 1.6rem 0rem 1.6rem 0rem;
}
.splide h2 {
	padding: 0rem 0rem 0rem 4.8rem;
	color: #0088C3;
	font-size: 2.4rem;
	letter-spacing: 0.4rem;
	line-height: 128px;
	border-bottom: 4px solid #0088C3;
	background-image: url("images/home/slide_h2_img.png");
	background-position: center right;
	background-repeat: no-repeat;
}
.splide h2 strong {
	font-size: 4.8rem;
	text-emphasis: circle #FFA200;
}
.splide__track {
	padding: 1.6rem 0rem 1.6rem 0rem;
}
.splide__list img {
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 8px #EBEBEB;
	box-shadow: 0px 0px 8px #EBEBEB;
}
.slide_img {
	margin: -260px 0px 0px 0px;
	position: relative;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
.splide {
	width: 100%;
	margin: 16px auto 16px auto;
	padding: 1.6rem 0rem 1.6rem 0rem;
}
.splide h2 {
	padding: 0.8rem 0rem 1.6rem 1.6rem;
	text-align: left !important;
	font-size: 1.6rem;
	line-height: 1.5;
	background-image: url("images/home/slide_h2_img.png");
	background-position: center right;
	background-size: 120px auto;
}
.splide h2 strong {
	font-size: 2.2rem;
}
.splide__list img {
	width: 160px;
}
.slide_img {
	width: 200px;
	margin: -280px 0px 0px 0px;

}
}

/* Maker Banner */
.maker_banner  {
	width: 80%;
	max-width: 720px;
	margin: 56px auto 24px auto;
}
.maker_banner h3 {
	margin: 40px 0px 40px 0px;
	color: #2181C5;
	font-size: 2.4rem;
	line-height: 2;
	text-align: center;
}
.maker_banner .title {
	width: calc(100% - 12px);
	margin: 0px auto 16px auto;
	padding: 1rem 0rem 1rem 0rem;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	background-color: #0C89D5;
	border-radius: 6px;
}
.maker_banner ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.maker_banner li {
	width: 20%;
	text-align: center;
}
.maker_banner li img {
	width: 80%;
}

/*　Features　*/
#feat01,#feat02,#feat03 {
	margin-top: -130px;
	padding-top: 130px;
}
.feat p {
	font-size: 1.6rem;
	line-height: 1.8;
}
.feat_title {
	margin: 0px 0px 48px 0px;
}
.feat_title h2>span {
	margin: 0px 0px 0px 16px;
	display: inline-block;
	color: #40A6D2;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
.feat p {
	padding: 0rem 1.6rem 0rem 1.6rem;
}
.feat_title {
	margin: 32px 0px 48px 0px;
}
.feat_title h2>span {
	margin: 0px 0px 0px 0px;
	font-size: 1.4rem;
}
}
/*　Features01　*/
.feat01 .feat_title h2 {
	margin: 0px 0px 16px 0px;
	padding: 0rem 0rem 0rem 5.6rem;
	color: #0088C3;
	font-size: 3.2rem;
	line-height: 2;
	background-image: url("images/home/feat_no_01.png");
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 4px solid #0088C3;
}
.feat01 .feat_title .price_img {
	margin: 24px 0px 24px 0px;
}

@media screen and (max-width: 768px) {
.feat01 .feat_title h2 {
	padding: 0rem 0rem 0.8rem 6rem;
	font-size: 2.4rem;
	line-height: 1;
	background-position: 4px top;
}
.campaign_banner {
	width: 90%;
}
}

.feat01 h3 {
	margin-bottom: 16px;
	text-align: center;
	color: #0088C3;
	font-size: 2.4rem;
	line-height: 1.8;
}
.tab_price {
	width: 100%;
	max-width: 960px;
	margin: 0px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
}

.tab_price > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1rem 0rem 1rem 0rem;
    background-color: #DCF4FF;
    color: #0088C3;
    font-size: 1.6rem;
    text-align: center;
	line-height: 2;
    cursor: pointer;
	border-right:1px solid #FFFFFF;
}
.tab_price > label:last-of-type {
	border-right: none;
}

.tab_price > label:hover {
    opacity: .8;
}

.tab_price input {
    display: none;
}
.tab_price .tab_doc table {
	width: 100%;
	border-spacing: 0px;
	
}
.tab_price .tab_doc th {
	padding: 0.8rem 0.8rem 0.8rem 0.8rem;
	color: #2181C5;
	font-size: 1.6rem;
	border-bottom: 1px solid #2181C5;
}
.tab_price .tab_doc td {
	padding: 1.6rem 0rem 1.6rem 0rem;
	font-size: 1.6rem;
	border-bottom: 1px dotted #2181C5;
}
.tab_price .tab_doc tr td:last-child {
	text-align: right;
}
.tab_price .tab_doc p {
	text-align: right;
	line-height: 2;
}
.tab_price .tab_doc {
    display: none;
    width: 100%;
    padding: 1.5rem 1rem;
    background-color: #FFFFFF;
}

.tab_price label:has(:checked) {
    background-color: #0088C3;
    border-radius: 4px 4px 0px 0px;
    color: #FFFFFF;
}

.tab_price label:has(:checked) + div {
    display: block;
}
@media screen and (max-width: 768px) {
.feat01 h3 {
	font-size: 1.8rem;
}
.tab_price > label {
    font-size: 1.2rem;
}
.tab_price .tab_doc th {
	padding: 0.8rem;
	font-size: 1.2rem;
}
.tab_price .tab_doc td {
	padding: 0.8rem;
	line-height: 1.5;
	font-size: 1.2rem;
}
.tab_price .tab_doc p {
	font-size: 1.2rem;
}
}

.coupon {
	text-align: center;
	margin: 0px 0px 32px 0px;
}
@media screen and (max-width: 768px) {
.coupon img {
	width: 90%;
}
}

/*　Features02　*/
.feat02 .feat_title h2 {
	margin: 0px 0px 16px 0px;
	padding: 0rem 0rem 0rem 5.6rem;
	color: #0088C3;
	font-size: 3.2rem;
	line-height: 2;
	background-image: url("images/home/feat_no_02.png");
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 4px solid #0088C3;
}
.feat02 .flex_wrap {
	gap: 52px;
}
.feat02 .support_type {
	margin: 0px 0px 56px 0px;
}
.feat02 .support_type li {
	width: calc(50% - 26px);
	list-style: none;
}
.feat02 .support_type li img {
	width: 100%;
}
.feat02 .support_type li img {
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 8px #EBEBEB;
	box-shadow: 0px 0px 8px #EBEBEB;
}
@media screen and (max-width: 768px) {
.feat02 .feat_title h2 {
	padding: 0rem 0rem 0.8rem 6rem;
	font-size: 2.4rem;
	line-height: 1;
	background-position: 4px top;
}
.feat02 .support_type li{
	width: calc(100% - 24px);
	margin: 0px auto 16px auto;
	text-align: center;
}
}

.feat02 h3 {
	margin-bottom: 16px;
	text-align: center;
	color: #0088C3;
	font-size: 2.4rem;
	line-height: 1.8;
}

.feat02 .service_comparison table {
	border-spacing: 0;
}
.feat02 .service_comparison td {
	width: 20%;
	padding: 0.8rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	border-bottom: 1px solid #30BFFF;
}
.feat02 .service_comparison td strong {
	color: #D50481;
}
.feat02 .service_comparison td strong>span {
	font-size: 1.8rem;
}
.feat02 .service_comparison .title {
	padding: 1.6rem 0.8rem 1.6rem 0.8rem;
	color: #FFFFFF;
	font-size: 1.6rem;
	background-color: #30BFFF;
	border-radius: 16px 16px 0px 0px;
}
.feat02 .service_comparison .type {
	color: #2181C5;
	font-size: 1.6rem;
	border-bottom: 1px solid #30BFFF;
}
.feat02 .service_comparison .item {
	width: 20%;
	padding: 1.6rem 0.8rem 1.6rem 0.8rem;
	color: #2181C5;
	font-size: 1.4rem;
	line-height: 1.5;
	background-color: #DEF4FE;
	border-bottom: 1px solid #30BFFF;
}
.feat02 .service_comparison .item>span {
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
.feat02 h3 {
	font-size: 1.8rem;
}
.feat02 .service_comparison td {
	text-align: left;
	font-size: 1.2rem;
}
.feat02 .service_comparison .title {
	padding: 0.8rem;
	line-height: 1.5;
	font-size: 1.2rem;
	border-radius: 0px 0px 0px 0px;
}
.feat02 .service_comparison .type {
	line-height: 1.5;
	font-size: 1.2rem;
}
.feat02 .service_comparison .item {
	text-align: left;
	font-size: 1.2rem;
}
}

/*　Features03　*/
.feat03 .feat_title h2 {
	margin: 0px 0px 16px 0px;
	padding: 0rem 0rem 0rem 5.6rem;
	color: #0088C3;
	font-size: 3.2rem;
	line-height: 2;
	background-image: url("images/home/feat_no_03.png");
	background-repeat: no-repeat;
	background-position: center left;
	border-bottom: 4px solid #0088C3;
}
.feat03 .feat_title img {
	margin: 32px 0px 56px 0px;
}
@media screen and (max-width: 768px) {
.feat03 .feat_title h2 {
	padding: 0rem 0rem 0.8rem 6rem;
	font-size: 2.4rem;
	line-height: 1;
	background-position: 4px top;
}
}

/*--------------------------- Price --------------------------- */
#cate_01,#cate_02,#cate_03,#cate_03b,#cate_04,#cate_05,#cate_06,#cate_07,#cate_08 {
	margin-top: -130px !important;
	padding-top: 130px !important;
}
.price .fv {
	width: 100%;
	background-color: #30BFFF;
	border-top: 8px solid #B6E8FE;
	border-bottom: 8px solid #B6E8FE;
}
.price .fv::after {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: bottom;
}
.price .fv::before {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: top;
}
.price .fv_inner {
	max-width: 980px;
	height: 320px;
	margin: 0px auto 0px auto;
	padding: 8.8rem 0rem 0rem 0rem;
	background-image: url("images/price/price.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.price .fv_inner h1 {
	margin: 0px 0px 16px 16px;
	color: #FFFFFF;
	font-size: 4.8rem;
	line-height: 1;
	text-emphasis: circle #FFFF00;
}
/*.price .fv_inner .point {
	margin: 16px 0px 16px 0px;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}
.price .fv_inner .point>span {
	margin: 0px 16px 0px 16px;
	padding: 1.6rem;
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}*/
.price .fv_inner p {
	margin: 16px 0px 16px 20px;
	line-height: 1.5;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.price .fv_inner {
	max-width: 100%;
	min-height: 400px;
	margin: 0px auto 0px auto;
	padding: 1.6rem;
	background-position: bottom center;
	background-size: 350px auto;
}
.price .fv_inner h1 {
	margin: 16px 0px 16px 0px;
	text-align: center;
	font-size: 3.2rem;
}
.price .fv_inner p {
	margin: 0px 0px 0px 0px;
}
}

.price_info {
	margin: 32px 0px 32px 0px;
	text-align: center;
}
.price_info img {
	margin: 16px 0px 16px 0px;
}
.price_info p {
	margin: 0px 0px 24px 0px;
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
.price_info img {
	width: 100%;
	padding: 0rem 0.8rem 0rem 0.8rem;
}
}

.price_cate {
	max-width: 980px;
	margin: 48px auto 56px auto;
}
.price_cate h2 {
	margin: 0px 0px 24px 0px;
	padding: 1.6rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.4rem;
	background-color: #2181C5;
	border-radius: 4px;
	/*border-bottom: 2px dotted #2181C5;*/
}
.price_cate .flex_block_price{
	display: flex;
}
.price_cate li {
	width: calc(100% / 8);
	list-style: none;
}
.price_cate ul li img {
	width: 100%;
	border-radius: 8px;
}
.price_cate ul li img:hover {
	transform: scale(1.3,1.3);
	background-color: #FFFFFF;
	border: 2px solid #2181C5;
}
.sub_cate a {
	margin: 8px 0px 32px 0px;
	display: inline-block;
	color: #2181C5;
	font-size: 1.6rem;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
.price_cate h2 {
	font-size: 2rem;
	border-radius: 0px;
}
.price_cate .flex_block_price{
	flex-wrap: wrap;
}
.price_cate li {
	width: calc(100% / 4);
}
.price_cate ul li img {
	width: 90%;
}
.price_cate ul li img:hover {
	transform: none;
	border: none;
}
}

.price_list {
	width: 980px;
	margin: 0px auto 0px auto;
}
.price_list h2 {
	margin: 0px 0px 32px 0px;
	padding: 1.6rem 0rem 1.6rem 0rem;
	text-align: center;
	color: #0088C3;
	font-size: 2.4rem;
	line-height: 1.5;
	border-top: 3px double #0088C3;
	border-bottom: 3px double #0088C3;
}
.price_list h2>span {
	margin: 0px 0px 0px 16px;
	display: inline-block;
	color: #000000;
	font-size: 1.6rem;
}

.price_list h3 {
	margin: 16px 0px 16px 0px;
	padding: 0rem 0rem 0.8rem 0.4rem;
	color: #0088C3;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 2px solid #0088C3;
}
.price_list table {
	width: 100%;
	margin: 0px 0px 48px 0px;
	border-collapse: collapse;
}
.price_list tr {
}
.price_list th {
	width: 160px;
	padding: 0.8rem;
	font-size: 1.6rem;
	background-color: #DEF4FE;
	border-bottom: 2px solid #FFFFFF;
}
.price_list td {
	padding: 0.8rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border-bottom: 2px solid #FFFFFF;
}
.price_list td strong {
	color: #00796B;
	font-weight: bold;
}
.price_list .type span {
	margin: 0px 8px 0px 0px;
	padding: 0.8rem;
	display: inline-block;
	color: #FFFFFF;
	background-color: #0088C3;
	border-radius: 4px;
}
@media screen and (max-width: 768px) {
	.price_cate {
		max-width: 100%;
		margin: 48px auto 56px auto;
	}
	.price_list {
	width: 100%;
	margin: 0px auto 0px auto;
	}
	.price_list .type span {
		margin: 0px 8px 8px 0px;
	}
}

/*--------------------------- FAQ --------------------------- */
.faq .fv {
	width: 100%;
	background-color: #30BFFF;
	border-top: 8px solid #B6E8FE;
	border-bottom: 8px solid #B6E8FE;
}
.faq .fv::after {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: bottom;
}
.faq .fv::before {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: top;
}
.faq .fv_inner {
	max-width: 980px;
	height: 320px;
	margin: 0px auto 0px auto;
	padding: 7.2rem 0rem 0rem 9.6rem;
	background-image: url("images/faq/faq.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.faq .fv_inner h1 {
	color: #FFFFFF;
	font-size: 4.8rem;
	line-height: 2;
}
.faq .fv_inner p {
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
}
@media screen and (max-width: 768px) {
.faq .fv_inner h1 {
	color: #FFFFFF;
	font-size: 2.4rem;
	line-height: 1.5;
}
.faq .fv_inner p {
	font-size: 1.6rem;
	line-height: 1.5;
}
.faq .fv_inner {
	max-width: 100%;
	height: 200px;
	margin: 0px auto 0px auto;
	padding: 0rem 0rem 0rem 1.6rem;
	background-position: bottom right;
	background-size: 140px auto;
}
}
.faq h2 {
	margin: 0px 0px 24px 0px;
	text-align: center;
	color: #0088C3;
	font-size: 3.2rem;
	line-height: 2;
	border-bottom: 4px solid #0088C3;
}
.faq details {
	margin: 0px 0px 24px 0px;
	padding: 2.4rem;
}
.faq details summary {
	color: #0088C3;
	font-size: 2.4rem;
	list-style: none;
}
.faq details summary>span {
	margin: 0px 16px 0px 0px;
	padding: 0.4rem;
	display: inline-block;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	border-radius: 4px;
	background-color: #D50481;
}
.faq .answer p {
	padding: 1.6rem 2.4rem 0rem 4.8rem;
	font-size: 1.6rem;
	line-height: 2;
}
.faq .answer ul {
	margin: 0px 0px 0px 24px;
	padding: 1.6rem 2.4rem 0rem 2.4rem;
}
.faq .answer ul li {
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
.faq h2 {
	margin: 0px 0px 16px 0px;
	font-size: 2rem;
}
.faq details summary {
	font-size: 1.8rem;
	line-height: 1.5;
}
.faq details summary>span {
	margin: 0px 8px 0px 0px;
	font-size: 1.8rem;
}
.faq .answer p {
	padding: 1.6rem 0rem 0rem 0rem;
	line-height: 1.5;
}
.faq .answer ul {
	margin: 0px 0px 0px 24px;
	padding: 1.6rem 0rem 0rem 0rem;
}
}


/*--------------------------- Corporation --------------------------- */

.corp .fv {
	width: 100%;
	background-color: #30BFFF;
	border-top: 8px solid #B6E8FE;
	border-bottom: 8px solid #B6E8FE;
}
.corp .fv::after {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: bottom;
}
.corp .fv::before {
    content: '';
    display: inline-block;
    background-color: #63CEFC;
    height: 8px;
    width: 100%;
	vertical-align: top;
}
.corp .fv_inner {
	max-width: 980px;
	height: 488px;
	margin: 0px auto 0px auto;
	padding: 2.4rem 0rem 0rem 0rem;
	background-image: url("images/corp/corp.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}
.corp .fv_inner h1 {
	padding: 0rem 0rem 1.6rem 0rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 3.2rem;
	border-bottom: 2px solid #FFFFFF;
}
.corp .fv_inner h1>span {
	color: #FFFF00;
	font-size: 4.8rem;
}
.corp .banner li {
	margin: 0px 0px 56px 0px; 
	list-style: none;
}
.corp .banner img {
	width: 100%;
	max-width: 980px;
	display: inline-block;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 8px #EBEBEB;
	box-shadow: 0px 0px 8px #EBEBEB;
}
@media screen and (max-width: 768px) {
.corp .fv_inner {
	max-width: 100%;
	height: 280px;
	margin: 0px auto 0px auto;
	padding: 2.4rem 0rem 0rem 0rem;
	background-size: 100% auto;
}
.corp .fv_inner h1 {
	line-height: 1.8;
	font-size: 2rem;
	border-bottom: none;
}
.corp .fv_inner h1>span {
	font-size: 3.2rem;
}
.corp .banner {
	text-align: center;
	padding: 0rem 0.8rem 0rem 0.8rem;
}
.corp .banner li {
	margin: 0px 0px 32px 0px; 
}
.corp .banner img {
	width: calc(100% - 16px);
}
}
