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

/*
Theme Name: T&R Support サポート個人サイト
Theme URI: https://tandr.biz/
Description: T&R Support サポート個人サイトベーステーマ
Version: 1.0
Author: T&R
Author URI: https://www.tandr.co.jp/
*/

/* Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,p,strong,blockquote,label,legend,table,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0px 0px 0px #A4A4A4;
    box-shadow: 0px 0px 0px #A4A4A4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	border: 0;
    vertical-align: bottom;
}
*{
	box-sizing: border-box;
}
html,body {
	width: 100%;
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
    font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
}

/* Comon */
@media screen and (min-width: 768px) {
.pc_none {
	display: none;
}
}
@media screen and (max-width: 768px) {
.sp_none {
	display: none;
}
}

.mt24 {margin-top: 24px !important;}
.mt48 {margin-top: 48px !important;}
.mb24 {margin-bottom: 24px !important;}
.mb48 {margin-bottom: 48px !important;}


/* Header */
.header_block {
	width: 100%;
	height: 60px;
	display: flex;
	position: fixed;
	top: 0;
	z-index: 100;
	background-color: #FFFFFF;
	border-top: solid 5px;
    border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.logo {
	width: 150px;
	height: 50px;
	overflow: hidden;
}
.logo a {
	width: 150px;
	height: 0px;
	padding: 6rem 0rem 0rem 0rem;
	display: block;
	font-size: 1.2rem;
	line-height: 2;
	overflow-y: hidden;
	background-image: url("../img/common/logo.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 50px;
}
main {
	margin-top: 60px;
}
@media screen and (min-width: 768px) {
    main {
        margin-top: 80px;
    }
}
/* Header PC Nav */
@media screen and (min-width: 768px) {
		.header_block {
			min-width: 1280px;
			height: 80px;
			display: flex;
			background-color: #FFFFFF;
			-webkit-box-shadow: 0px 2px 4px 0px #969696;
			box-shadow: 0px 2px 4px 0px #D0D0D0;
		}
		.logo {
			width: 160px;
			height: 70px;
		}
		.logo a {
			width: 160px;
			height: 70px;;
			background-position: left center;
			background-size: 140px 70px;;
		}
}
.pc_nav {
	height: 80px;
	width: calc(100% - 140px);
	margin: 0px 140px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
}
.pc_nav ul {
	width: 840px;
	margin: 0px auto 0px auto;
	display: flex;
	list-style: none;
}
.pc_nav li a {
	height: 72px;
	width: 118px;
	margin: 0px 1px 0px 1px;
	padding: 0rem 0.8rem 0.4rem 0.8rem;
	display: block;
	color: #546E7A;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
	text-decoration: none;
}
.pc_nav .remote a:hover {
	border-bottom: 4px solid #0498FF ;
}
.pc_nav .visit a:hover {
	border-bottom: 4px solid #737EFF ;
}
.pc_nav .delivery a:hover {
	border-bottom: 4px solid #D361ED ;
}
.pc_nav .shop a:hover {
	border-bottom: 4px solid #F1619E ;
}
.pc_nav .case a:hover {
	border-bottom: 4px solid #FB645A ;
}
.pc_nav .qanda a:hover {
	border-bottom: 4px solid #FE8225 ;
}
.pc_nav .access a:hover {
	border-bottom: 4px solid #FF9D0D ;
}

/* Header SP Nav */
.menu-btn {
    position: fixed;
    top: 12px;
    right: 4px;
    display: flex;
    height: 42px;
    width: 42px;
    justify-content: center;
    align-items: center;
    z-index: 120;
    background-color: #039BE5;
	border-radius: 3px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 12px;
}
.menu-btn span:after {
    top: 12px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 460px;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #FFFFFF;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
    color:#FFFFFF;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


/* Footer */
.footer-nav {
	width: 100%;
	height: 58px;
	margin: 0px auto 0px auto;
	padding: 0rem 0.5rem 0rem 0.5rem;
	position: fixed;
	bottom: 5px;
	z-index: 110;
}
.footer-nav ul{
	width: 100%;
	height: 52px;
	margin: 0px auto 0px auto;
	display: flex;
	list-style: none;
}
.footer-nav li {
	width: 50%;
}
.footer-nav li a {
	width: 100%;
	height: 52px;
	margin: 0px auto 0px auto;
	padding: 3.4rem 0rem 0rem 0rem;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1rem;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 36px;
}
.footer-nav .tel a {
	color: #FFFFFF;
	background-color: #D81B60;
	border: 1px solid #C21856;
	border-radius: 6px 0px 0px 6px;
	background-image: url("../img/common/icon_tel.png");
}
.footer-nav .visit a {
	color: #737EFF;
	background-color: #FFFFFF;
	border: 1px solid #ECEFF1;
	background-image: url("../img/common/sp_nav_icon_visit.png");
}
.footer-nav .remote a {
	color: #0498FF;
	background-color: #FFFFFF;
	border: 1px solid #ECEFF1;
	background-image: url("../img/common/sp_nav_icon_remote.png");
}
.footer-nav .delivery a {
	color: #D361ED;
	background-color: #FFFFFF;
	border: 1px solid #ECEFF1;
	background-image: url("../img/common/sp_nav_icon_delivery.png");
}
.footer-nav .shop a {
	color: #F1619E;
	background-color: #FFFFFF;
	border: 1px solid #ECEFF1;
	background-image: url("../img/common/sp_nav_icon_shop.png");
}
.footer-nav .mail a {
	color: #FFFFFF;
	background-color: #8BC34A;
	border: 1px solid #7FB83D;
	border-radius: 0px 6px 6px 0px;
	background-image: url("../img/common/icon_mail.png");
}

@media screen and (min-width: 768px) {
.footer-nav {
	width: 100%;
	height: 58px;
	margin: 0px auto 0px auto;
	padding: 0rem;
	position: fixed;
	bottom: 0px;
}
.footer-nav ul{
	width: 980px;
	height: 58px;
	margin: 0px auto 0px auto;
	display: flex;
	list-style: none;
}
.footer-nav li {
	width: 50%;
}
.footer-nav li img{
	height: 58px;
}
.footer-nav li a {
	width: 100%;
	height: 58px;
	margin: 0px auto 0px auto;
	padding: 0rem 0rem 0rem 0rem;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 58px;
}
.footer-nav .tel a {
	color: #FFFFFF;
	background-color: #D81B60;
	border: 1px solid #C21856;
	border-radius: 6px 0px 0px 0px;
	background-image: none;
}
.footer-nav .visit {
	display: none;
}
.footer-nav .remote {
	display: none;
}
.footer-nav .delivery {
	display: none;
}
.footer-nav .shop {
	display: none;
}
.footer-nav .mail a {
	color: #FFFFFF;
	background-color: #8BC34A;
	border: 1px solid #7FB83D;
	border-radius: 0px 6px 0px 0px;
	background-image: none;
}
}

.company {
	max-width: 980px;
	margin: 48px auto 24px auto;
	padding: 0rem 0.6rem 0rem 0.6rem;
	display: flex;
	align-items: center;
}
.company_info {
	padding: 0rem 0rem 0rem 10rem;
	background-image: url("../img/common/company_photo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 90px auto;
}
.footer_info dl {
	font-size: 1.2rem;
	line-height: 1.8;
}
.footer_info dt{
	margin: 0px 0px 5px 0px;
	padding: 0rem 0rem 0.5rem 0px;
	border-bottom: 2px dotted #868686;
}
@media screen and (min-width: 768px) {
.company_info {
	min-height: 226px;
	padding: 0rem 0rem 0rem 36rem;
	background-image: url("../img/common/company_photo_pc.jpg");
	background-size: 320px 226px;
}
.footer_info dl {
	width: 100%;
	font-size: 1.6rem;
}
}

/* Contact Block */
.contact_block {
	width: calc(100% - 12px);
	margin: 54px auto 24px auto;
	padding: 1rem 0.6rem 1rem 0.6rem;
	border: 3px double #947D08;
}

.contact_block .title {
	width: 100%;
	min-height: 66px;
	margin: 0px auto 10px auto;
	padding: 0.3rem 0rem 1rem 0rem;
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #947D08;
}
.contact_block .title img{
	max-width: 120px;
	margin: -30px 0px 0px 0px;
	position: relative;
}
.contact_block .doc {
	width: calc(100% - 120px);
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
}
.contact_block .link {
	display: flex;
	text-align: center;
}
.contact_block .banner {
	width: clac(50% - 10px);
	padding: 0.5rem;
}
.contact_block .banner img {
	width: 100%;
	margin: 0px 20px 0px 0px;
	border-radius: 6px;
}
@media screen and (min-width: 768px) {
	.contact_block {
		width: 960px;
		margin: 0px auto 0px auto;
	}
	.contact_block .doc {
		padding: 0.3rem 0rem 0rem 0rem;
		font-size: 2.4rem;
		text-align: center;
	}
}

/* Maker Banner */
.maker_notes {
	width: calc(100% - 12px);
	max-width: 980px;
	margin: 8px auto 14px auto ;
	padding: 0rem;
	text-align: center;
	font-size: 1.6rem;
}
.maker_notes img {
	margin: -8px 5px 0px 0px;
	width: 2.4rem;
	height: 2.4rem;
}
@media screen and (min-width: 768px) {
	.maker_notes {
		width: calc(100% - 12px);
		max-width: 980px;
		margin: 8px auto 32px auto ;
		padding: 0.8rem;
		text-align: center;
		font-size: 2.4rem;
	}
	.maker_notes img {
		margin: 0px 0px 0px 0px;
		width: 3.6rem;
		height: 3.6rem;
	}
}
.maker_banner  {
	width: 100%;
	margin: 0px auto 56px auto;
}
.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%;
}

/* Case */
.case_study {
	width: 100%;
	margin: 0px auto 24px auto;
	padding: 0rem 0.6rem 0rem 0.6rem;
}
@media screen and (min-width: 768px) {
	.case_study {
		width: 960px;
		margin: 0px auto 24px auto;
		padding: 0rem 0.6rem 0rem 0.6rem;
	}
}
.case_study .col2 .link{
	width: 50%;
}
.case_study .col4 .link{
	width: 25%;
}
.case_study h2 {
	min-height: 88px;
	padding: 1.6rem 03rem 1.6rem 0.8rem;
	margin: 80px auto 32px auto;
	font-size: 1.4rem;
	/*line-height: 1.5;*/
	text-align: left;
	line-height: 1.5;
	background-image: url("../img/home/h2_img_01.png");
	background-repeat: no-repeat;
	background-position: right center;;
	background-size: auto 88px;
	border-top: 4px solid ;
	border-bottom: 2px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.case_study h2>span {
	/*font-size: 1.8rem;*/
}
@media screen and (min-width: 768px) {
	.case_study h2 {
		min-height: 160px;
		text-align: center;
		font-size: 2.4rem;
		line-height: 64px;
        border-top: 4px solid ;
        border-bottom: 4px solid ;
        border-left: 4px solid ;
        border-right: 4px solid ;
		background-size: auto 160px;	
	}
	.case_study h2>span {
		display: inline-block;
		color: #0C89D5;
		font-size: 3.2rem;
	}
}
.case_study .case_block {
	width: 100%;
	margin: 0px auto 6px auto;
	display: flex;
	gap: 6px;
}
.case_study .link {
	width: 100%;
}
.case_study .link {
	width: 100%;
	padding: 0rem;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #0C89D5;
	font-size: 1rem;
	background-color: #E9F5FF;
	border-radius: 6px;
}
.case_study .link img {
	width: 61px;
	height: 61px;
}
@media screen and (min-width: 768px) {
	.case_study .link {
		padding: 0.4rem;
		font-size: 1.4rem;
	}
	.case_study .link img {
		width: 80px;
		height: 80px;
	}
}
.case_study .other_case {
	margin: 0px 0px 0px 0px;
	padding: 0.8rem 0rem 0.8rem 0rem !important;
	font-size: 1.6rem !important;
	display: inline-block !important;
}
.case_study summary {
	display: block;
}
.case_study summary::-webkit-details-marker {
	display: none;
}
.case_study dl {
	margin: 0px 0px 24px 0px;
}
.case_study dl,.case_study dd {
	font-size: 1.4rem;
	line-height: 1.8;
}
.case_study dt {
	color: #0C89D5;
}
.case_study dd {
	padding: 0rem 0rem 0rem 1.2rem;
}
@media screen and (min-width: 768px) {
	.case_list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.case_study dl {
		width: calc(50% - 10px);
		margin: 0px auto 16px auto;
	}
	.case_study dt {
		padding: 0.4rem;
		color: #FFFFFF;
		background-color: #0C89D5;
	}
}

/* Contact */
.contact {
	margin: 100px auto 64px auto;
}
.form {
	max-width: 100%;
	margin: 0px auto 0px auto;
}
.form h2 {
	margin: 0px auto 16px auto;
	padding: 0.8rem;
	color: #FFFFFF;
	font-size: 2.4rem;
	text-align: center;
	background-color: #8BC34A;
	border-radius: 6px;
}
.form h3 {
	margin: 0px auto 16px auto;
	color: #00000;
	font-size: 2rem;
	border-bottom: 3px double #8BC34A;
}
.form .lead {
	margin: 0px 0px 24px 0px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.form .attention {
	font-size: 1.2rem;
}
.form dl {
	width: 100%;
	margin: 0px auto 24px auto;
	display: flex;
	flex-wrap: wrap;
}
.form dt {
	width: 100%;
	margin: 0px auto 2px auto;
	padding: 0.8rem;
	color: #FFFFFF;
	font-size: 1.6rem;
	background-color: #8BC34A;
	border-radius: 3px 0px 0px 3px;
}
.form dd {
	width: 100%;
	margin: 0px auto 24px auto;
	padding: 0.8rem;
	background-color: #FAFAFA;
	border-radius: 0px 3px 3px 0px;
}
.form dd input[type="text"],.form dd input[type="email"],.form dd input[type="tel"],.form dd textarea{
	width: 100%;
	padding: 0.4rem;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-box-shadow: inset 0px 0px 4px #B0BEC5;
	box-shadow: inset 0px 0px 4px #B0BEC5;
	border: 1px solid #9E9E9E;
	border-radius: 3px;
}
.form dd input[type="checkbox"],.agree input {
	width: 24px;
	height: 24px;
	margin: 0px 10px 0px 0px;
	vertical-align:middle;
	-webkit-box-shadow: inset 0px 0px 4px #B0BEC5;
	box-shadow: inset 0px 0px 4px #B0BEC5;
	border: 1px solid #757575;
}
.form .wpcf7-list-item label,.form label {
	margin-bottom: 16px;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.5;
}
.form label:last-child {
	margin-bottom: 0px;
}
.form dd .wpcf7-list-item {
	margin: 0px auto 10px auto;
	display: block;
}
.form .privacy-policy {
	height: 170px;
	margin: 0px auto 16px auto;
	padding: 0.8rem;
	overflow-y: scroll;
	font-size: 1.4rem;
	line-height: 1.8;
	border: 1px solid #9E9E9E;
	border-radius: 3px;
}
.agree p {
	font-size: 1.6rem;
	line-height: 1.8;
}
.agree .attention {
	color: #D81B60;
	font-size: 1.2rem;
}
.form .submit {
	width: 100%;
	text-align: center;
}
.form input[type="submit"],.form input[type="button"] {
	margin: 30px auto 20px auto;
	padding: 0.8rem 1.6rem 0.8rem 1.6rem;
	color: #FFFFFF;
	font-size: 1.8rem;
	background-color: #8BC34A;
	border-radius: 6px;
}
@media screen and (min-width: 768px) {
	.form dt {
		width: 35%;
	}
	.form dd {
		width: 65%;
		margin: 0px auto 0px auto;
	}
}

/* Contact Form */
.form .wpcf7-not-valid-tip,
.form .wpcf7-response-output.wpcf7-validation-errors {
	color: #cc0000;
	font-size: 1.4rem;
	font-weight: bold;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
	font-size: 1.4rem;
}
  
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
  
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
  
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}
  
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}



/* Home */
.fv_home {
	width: 100%;
    margin-bottom: -32px;
	text-align: center;
	background-color: #3DB8E3;
}
@media screen and (min-width: 768px) {
	.fv_home {
		min-height: 400px;
		margin-bottom: 32px;
	}
	.fv_home img {
		min-width: 1280px;
		min-height: 400px;
	}
}

.home_imgae {
	margin: 32px auto 24px auto;
    padding: 2.4rem 0rem 0rem 0rem;
}
.home_imgae h2 {
	display: block;
	text-align: center;
    color: #0C89D5;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}
.home_flex_block {
	display: flex;
}
.home_center_block {
	margin: 40px auto 40px auto;
}
.home_imgae img {
	width: calc(100% - 10px);
	height: auto;
	margin: 5px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px #E0E0E0;
	box-shadow: 0px 3px 6px #E0E0E0;
}
@media screen and (min-width: 768px) {
	.home_imgae {
		max-width: 960px;
        margin: 0px auto 24px auto;
	}
    .home_imgae h2 {
        margin-bottom: 16px;
        font-size: 2.8rem;
    }
}
.home .no1 {
	background-image: url(../img/home/home_point1.png);
	background-position: left 24px;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}
.home .no2 {
	background-image: url(../img/home/home_point2.png);
	background-position: left 24px;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}
.home .no3 {
	background-image: url(../img/home/home_point3.png);
	background-position: left 24px;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}
.home h2{
	margin: 0px auto 24px auto;
	padding: 1.6rem 0rem 0rem 5.2rem;
	color: #003D69;
	font-size: 2rem;
	border-top: 3px solid;
    border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.home h2 .small {
	color: #D81B60;
	font-size: 1.4rem;
}
.home h2 .point {
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	display: block;
	font-size: 1.4rem;
}
.home h2 .small-small {
	font-size: 1rem;
}
@media screen and (min-width: 768px) {
	.home .no1 {
		background-position: left 26px;
		background-size: 56px 56px;
	}
	.home .no2 {
		background-position: left 26px;
		background-size: 56px 56px;
	}
	.home .no3 {
		background-position: left 26px;
		background-size: 56px 56px;
	}
	.home h2{
		margin: 0px auto 24px auto;
		padding: 1.6rem 0rem 0rem 6.6rem;
		color: #003D69;
		font-size: 2.8rem;
		border-top: 5px solid;
        border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
	}
	.home h2 .small {
		color: #D81B60;
		font-size: 1.4rem;
	}
	.home h2 .point {
		padding: 0rem 0rem 0rem 2rem;
		display: inline-block;
		font-size: 2rem;
	}
}
.home_point_col1 {
	text-align: center;
}
.home_point_col1 p {
	margin-bottom: 16px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
	.home_point_col1 p {
		font-size: 1.6rem;
	}
}
.home details {
	
}
.home details summary {
	width: 240px;
	height: 40px;
	margin: 32px auto 32px auto;
	padding: 0.8rem;
	color: #004873;
	text-align: center;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	border: 2px solid #004873;
	border-radius: 20px;
}
.price_comparison table {
	width: 100%;
	max-width: 960px;
	margin: 48px auto 16px auto;
	font-size: 1.4rem;
	line-height: 1.8;
	border-top: 3px double #3dbbe0;
}
.price_comparison table th {
	width: 33%;
	padding: 1.8rem 1.4rem 1.4rem 1.4rem;
	border-bottom: 1px solid #3dbbe0;
}
.price_comparison table td {
	padding: 0.8rem;
	text-align: center;
	border-bottom: 1px solid #3dbbe0;
}
.price_comparison table .our {
	color: #DA2668;
	font-weight: bold;
}
.price_comparison .small-note {
	margin-bottom: 64px;
	text-align: right;
	font-size: 1.2rem;
}


.point2_col {
	width: calc(50% - 10px);
	margin: 5px;
	padding: 0rem 0rem 1rem 0rem;
	border-radius: 6px;
	-webkit-box-shadow: 0px 3px 6px #E0E0E0;
	box-shadow: 0px 3px 6px #E0E0E0;
}
.point2_col h3 {
	height: 40px;
	margin-bottom: 8px;
	border-radius: 6px 6px 0px 0px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	font-size: 1.6rem;
}
.point2_col h3>span {
	margin-right: 10px;
	padding: 0rem 0.8rem 0rem 0.8rem;
	display: inline-block;
	vertical-align: text-top;
	line-height: 22px;
	font-size: 1.2rem;
	background-color: #FFFFFF;
	border-radius: 1.8rem;
}
.point2_col a  {
	text-decoration: none;
    color: #546E7A;
}
@media screen and (min-width: 768px) {
	.point2_col {
		width: calc(50% - 60px);
		margin: 30px;
		padding: 2.4rem;
		border-radius: 6px;
		-webkit-box-shadow: 0px 3px 6px #E0E0E0;
		box-shadow: 0px 3px 6px #E0E0E0;
	}
	.point2_col h3 {
		height: 40px;
		margin-bottom: 16px;
		border-radius: 20px;
		color: #FFFFFF;
		text-align: center;
		line-height: 40px;
		font-size: 2.2rem;
	}
	.point2_col h3>span {
		margin-right: 10px;
		padding: 0rem 0.8rem 0rem 0.8rem;
		display: inline-block;
		vertical-align: text-top;
		line-height: 22px;
		font-size: 1.6rem;
		background-color: #FFFFFF;
		border-radius: 1.8rem;
	}
}
.remote h3 {
	background-color: #0498FF;
}
.visit h3 {
	background-color: #737EFF;
}
.delivery h3 {
	background-color: #D361ED;
}
.shop h3 {
	background-color: #F1619E;
}
.remote h3>span {
	color: #0498FF;
}
.visit h3>span  {
	color: #737EFF;
}
.delivery h3>span  {
	color: #D361ED;
}
.shop h3>span  {
	color: #F1619E;
}
.point2_flex {
	display: block;
	align-items: center;
}
.point2_flex .center_img{
	width: 100%;
}
.point2_flex .center_img img{
	width: 60px;
}
.point2_flex li {
	margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
	.point2_flex {
		display: flex;
		align-items: center;
	}
	.point2_flex .center_img{
		width: 180px;
	}
	.point2_flex .center_img img{
		width: 110px;
	}
	.point2_flex li {
		margin-bottom: 16px;
	}
}
.service_comparison table {
	width: 100%;
	max-width: 960px;
	margin: 48px auto 64px auto;
	font-size: 1.4rem;
	line-height: 1.8;
}
.service_comparison table th {
	width: 20%;
	padding: 1.8rem 0.8rem 1.4rem 0.8rem;
	text-align: left;
	border-bottom: 1px solid #3dbbe0;
}
.service_comparison table td {
	padding: 0.8rem;
	text-align: center;
	border-bottom: 1px solid #3dbbe0;
}
.service_comparison table td>span {
	font-size: 2.2rem
}
.service_comparison table strong {
	color: #D81B60;
}
.service_comparison table strong>span {
	font-size: 2.2rem
}
.service_comparison .title {
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #3DB8E3;
	border-bottom: 3px solid #3DB8E3;
}
.service_comparison .remote {
	color: #0498FF;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 3px solid #0498FF;
}
.service_comparison .visit {
	color: #737EFF;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 3px solid #737EFF;
}
.service_comparison .delivery {
	color: #D361ED;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 3px solid #D361ED;
}
.service_comparison .shop {
	color: #F1619E;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 3px solid #F1619E;
}
.service_comparison .item {
	color: #3DB8E3;
	font-weight: bold;
	background-color: #EFFBFF;
}
.service_comparison .item>span {
	font-size: 1.2rem;
}
.service_comparison .line {
	border-bottom: 3px double #3DB8E3;
}
@media screen and (min-width: 768px) {
	.service_comparison table th {
		padding: 1.8rem 1.4rem 1.4rem 1.4rem;
		text-align: center;
	}
	.service_comparison .title,.service_comparison .remote,.service_comparison .visit,.service_comparison .delivery,.service_comparison .shop {
		font-size: 2.2rem;
	}

}


/* Contact Flow */
.flow {
	padding: 0rem 0.6rem 0rem 0.6rem;
}
.flow_block {
	width: 100%;
	min-height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-size: auto 88px;	
}
@media screen and (min-width: 768px) {
	.rotate_block {
		display: flex;
		align-items: center;
	}
	.flow_block {
		width: 215px;
		height: 340px;
		display: block;
		justify-content: center;
		align-items: normal;
		border-radius: 6px;
		background-repeat: no-repeat;
		background-size: auto 140px;	
	}
}
.flow h2 {
	min-height: 88px;
	padding: 1.6rem 3rem 1.6rem 1.6rem;
	margin: 64px auto 32px auto;
	font-size: 1.8rem;
	/*line-height: 1.5;*/
	text-align: left;
	line-height: 1.5;
	background-image: url("../img/home/h2_img_02.png");
	background-repeat: no-repeat;
	background-position: right center;;
	background-size: auto 88px;
	border-top: 4px solid ;
	border-bottom: 2px solid ;
/*	border-left: 2px solid ;
	border-right: 2px solid ;*/
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.flow h2>span {
	/*font-size: 1.8rem;*/
}
@media screen and (min-width: 768px) {
	.flow h2 {
		min-height: 160px;
		/*padding: 2.4rem 0rem 0rem 0rem;*/
		text-align: center;
		font-size: 2.4rem;
		line-height: 64px;
		/*line-height: 136px;*/
        border-top: 4px solid ;
        border-bottom: 4px solid ;
        border-left: 4px solid ;
        border-right: 4px solid ;
		background-size: auto 160px;	
	}
	.flow h2>span {
		display: inline-block;
		color: #0C89D5;
		font-size: 3.2rem;
	}
}
.flow .odd,.flow .even {
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
}
.flow .odd {
	background-color: #00AEE4;
}
.flow .even {
	background-color: #00C5E4;
}
.flow .no1 {
	padding: 0rem 1rem 0rem 9rem;
	background-image: url("../img/home/flow_img_01.png");
	background-position: left bottom;
}
.flow .no2 {
	padding: 0rem 9rem 0rem 1rem;
	background-image: url("../img/home/flow_img_02.png");
	background-position: right bottom;
}
.flow .no3 {
	padding: 0rem 1rem 0rem 9rem;
	background-image: url("../img/home/flow_img_03.png");
	background-position: left bottom;
}
.flow .no4 {
	padding: 0rem 9rem 0rem 1rem;
	background-image: url("../img/home/flow_img_04.png");
	background-position: right bottom;
}
.flow .arrow {
	margin: 10px auto 10px auto;
	text-align: center;
}
.flow .arrow img {
	width: 60px;
}
@media screen and (min-width: 768px) {
	.flow .no1,.flow .no2,.flow .no3,.flow .no4 {
		padding: 2rem 1rem 1rem 1rem;
	}
	.flow .arrow img {
		width: 40px;
		transform: rotate(-90deg);
	}
}


/* Contents */
.block {
	width: 100%;
	margin: 0px auto 32px auto ;
	padding: 0rem 0.5rem 0rem 0.5rem;
}
.flex_block {
	margin: 0px auto 32px auto ;
	display: block;
	flex-wrap: wrap;
	align-items: center;
}
.flex_block_b {
	margin: 0px auto 32px auto ;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.flex_block .col2 {
	width: 100%;
}
.flex_block_b .col2 {
	width: 50%;
}
@media screen and (min-width: 768px) {
	.flex_block {
		display: flex;
	}
	.flex_block .col2 {
		width: 50%;
	}
}
.center_img {
	text-align: center;
}
.center_img img {
	margin: 16px auto 24px auto;
	max-width: 350px;
}
@media screen and (min-width: 768px) {
	.center_img img {
		margin: 0px auto 0px auto;
		max-width: 100%;
	}
}
.doc p {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.doc p:last-child {
	margin-bottom: 0px;
}
.doc ul {
	margin-left: 24px;
}
.doc li {
	margin-bottom: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.doc li:last-child {
	margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
	.block {
		width: 980px;
		padding: 0rem 1rem 0rem 1rem;
	}
}

/* Support */
.support_point h2 {
    width: 100%;
	padding: 1.6rem 3rem 1.6rem 1.6rem;
	margin: 64px auto 32px auto;
    color: #0C89D5;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	border-bottom: 4px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.support_point .flex_block {
    width: 100% !important;
    margin: 0px auto 0px auto !important;
	align-items: flex-start;
}
.support_point .col {
    width: calc(100% / 3 - 10px);
    min-height: 180px;
    margin: 0px 5px 0px 5px;
    padding: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
}
.support_point .col h3 {
    margin-bottom: 9px;
    text-align: center;
    color: #0C89D5;
    font-size: 1.8rem;
    font-weight: bold;
}
.support_point .col p {
	padding: 0.8rem;
}
@media screen and (min-width: 768px) {
    .support_point h2 {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 768px) {
    .support_point .flex_block {
        display: block;
    }
    .support_point .col {
    width: calc(100% - 10px);
    margin-bottom: 10px;
    }
}
.price h2 {
    width: 100%;
	padding: 1.6rem 3rem 1.6rem 1.6rem;
	margin: 64px auto 32px auto;
    color: #0C89D5;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	border-bottom: 4px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.price .notes {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .price h2 {
        font-size: 3.2rem;
    }
}

/* Price Sample */
.price_sample {
    width: 100%;
    max-width: 720px;
}
.price_sample h3 {
    width: 100%;
	padding: 1.6rem 3rem 1.6rem 1.6rem;
	margin: 64px auto 48px auto;
    color: #0C89D5;
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
	border-bottom: 2px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.price_sample details {
    margin: 0px auto 24px auto;
    padding: 0rem 0.8rem 0rem 0.8rem;
}
.price_sample summary {
    color: #0C89D5;
	font-size: 1.6rem;
    padding: 0rem 0rem 0rem 0rem;
}
.price_sample summary:hover {
    cursor: pointer;
}
.price_sample table{
    width: 100%;
    margin: 24px auto 48px auto;
}
.price_sample th{
    padding: 0.4rem;
    font-size: 1.2rem;
    text-align: left;
    background-color: #ddf6ff;
    border-top: 1px solid #3DB8E3;
    border-bottom: 1px solid #3DB8E3;
}
.price_sample td{
    padding: 0.4rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #3DB8E3;
}
.price_sample .item {
    width: auto;
}
.price_sample .notes {
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
.price_sample th{
    padding: 0.8rem;
    font-size: 1.4rem;
}
.price_sample td{
    padding: 0.8rem;
    font-size: 1.4rem;
}
.price_sample .item {
    width: 70%;
}
}
/* QandA */
.qanda h2 {
    width: 100%;
	padding: 1.6rem 3rem 1.6rem 1.6rem;
	margin: 64px auto 32px auto;
    color: #0C89D5;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	border-bottom: 4px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.qanda details {
	width: 100%;
	padding: 0rem 0.6rem 0rem 0.6rem;
}
.qanda summary {
	margin: 0px 0px 16px 0px;
	padding: 0rem 0rem 0rem 2.8rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	background-image: url("../img/common/icon_qanda_b.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 25px;
}
.qanda summary {
	display: block;
}
.qanda summary::-webkit-details-marker {
	display: none;
}
.qanda .answer {
	margin: 0px 0px 24px 0px;
	padding: 0rem 0rem 0rem 2.8rem;
	font-size: 1.4rem;
	line-height: 1.8;
}
.qanda .answer p {
	margin: 0px 0px 16px 0px;
}
.qanda .answer p:last-child {
	margin: 0px 0px 0px 0px;
}
.qanda .answer ul {
	margin: 0px 0px 0px 20px;
}
.qanda .answer a {
	color: #0C89D5; 
}
@media screen and (min-width: 768px) {
	.qanda summary {
		margin: 0px 0px 24px 0px;
		padding: 0rem 0rem 0rem 3.6rem;
		font-size: 1.8rem;
		background-size: auto 32px;
	}
	.qanda .answer {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 768px) {
    .qanda h2 {
        font-size: 3.2rem;
    }
}

/* Access */
.access h2 {
    width: 100%;
	padding: 1.6rem 3rem 1.6rem 1.6rem;
	margin: 64px auto 32px auto;
    color: #0C89D5;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.5;
	border-top: 4px solid ;
	border-bottom: 2px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.access p {
    margin-bottom: 16px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
}
.access .gmap {
    margin: 32px auto 32px auto;
}
.access .map_link a {
    width: 100%;
    margin: 16px auto 16px auto;
    padding: 0.8rem;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 2rem;
    border-radius: 6px;
    background-color: #3DB8E3;
}
.access .info {
    margin-bottom: 48px;
    padding: 1.6rem 0rem 0rem 0rem;
    border-top: 2px solid ;
	border-bottom: 2px solid ;
	border-image: linear-gradient(to right, #2196F3,#61B2F3,#2196F3) 1;
}
.access .info p {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}
.access .info a {
    text-decoration: none;
    color: #000000;
}
@media screen and (min-width: 768px) {
    .access h2 {
        font-size: 3.2rem;
        border-top: 4px solid ;
        border-bottom: 4px solid ;
        border-left: 4px solid ;
        border-right: 4px solid ;
    }
    .access p {
    text-align: center;
    }
}

/* Cases */
.case_top {
	max-width: 980px;
	margin: 64px auto 32px auto;
	padding: 0rem 0.8rem 0rem 0.8rem;
}
.case_top h2 {
	margin-bottom: 16px;
	padding: 0.8rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 2rem;
	background-color: #3DB8E3;
	border-radius: 6px;
}
.case_top .case_item {
	text-align: center;
}
.case_top .case_item>span {
	padding: 0.8rem 0.4rem 0.8rem 0.40rem;
	display: block;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.5;
}
.case_flex_block {
	width: 100%;
	max-width: 980px;
	margin: 10px auto 32px auto;
	display: flex;
	flex-wrap: wrap;
}
.case_flex_block a {
	width: calc(100% / 2 - 10px);
	margin: 5px;
	color: #546E7A;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
.case_flex_block a {
	width: calc(100% / 4 - 20px);
	margin: 10px;
	color: #546E7A;
	text-decoration: none;
}
}

.cases {
	margin: 80px auto 12px auto;
}
.cases h1 {
	padding: 0.8rem;
	color: #FFFFFF;
	font-size: 2.4rem;
	text-align: center;
	background-color: #3DB8E3;
	border-radius: 6px;
}
.cases h1>span {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
.cases {
	margin: 96px auto 32px auto;
}
.cases h1 {
	font-size: 3.2rem;
}
.cases h1>span {
	font-size: 1.6rem;
}
}
.case_header {
	margin: 16px auto 16px auto;
	padding: 0.8rem;
}
.case_header .img{
	width: 100%;
	padding-bottom: 1.6rem;
	text-align: center;
}
.case_header .info{
	width: 100%;
}
.case_header .info h2{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.case_header .info p{
	font-size: 1.6rem;
	line-height: 1.5;
}
.case_header .rate {
	margin: 14px 0px 0px 0px;
	padding: 0.8rem;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	border: 3px solid #E91E63;
	background-color: #FFF8E1;
}
.case_header .rate>span {
	color: #F44336; 
}
@media screen and (min-width: 768px) {
.case_header {
	margin: 32px auto 32px auto;
	padding: 1.6rem;
}
.case_header .img{
	width: 320px;
}
.case_header .info{
	width: calc(100% - 320px);
}
.case_header .info h2{
	font-size: 2.4rem;
}
.case_header .rate {
	display: inline-block;
	font-size: 1.8rem;
}
}

.case_info table {
	width: 100%;
	margin: 0px 0px 48px 0px;
}
.case_info th,.case_info td {
	padding: 1.6rem;
	border-top: 1px solid #3DB8E3;
}
.case_info th:last-of-type,.case_info td:last-child {
	border-bottom: 1px solid #3DB8E3;
}
.case_info th {
	width: 40%;
	font-size: 1.4rem;
	background-color: #DDF6FF;
}
.case_info td {
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
.case_info th {
	width: 20%;
	font-size: 1.6rem;
}
.case_info td {
	width: 80%;
	font-size: 1.6rem;
}
}

.cases .plan h2 {
	margin-bottom: 16px;
	padding: 0.8rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 2rem;
	background-color: #3DB8E3;
	border-radius: 6px;
}
.cases .plan table {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.cases .plan th,.case .plan td {
	padding: 0.4rem;
	text-align: center;
}
.cases .plan th {
	width: 20%;
	font-size: 1.4rem;
}
.cases .plan th a {
	text-decoration: none;
}
.cases .plan th>span {
	font-size: 1.2rem;
	font-weight: normal;
}
.cases .plan .item {
	text-align: left;
	background-color: #DDF6FF;
	border-top: 1px solid #3DB8E3;
}
.cases .plan .item:last-of-type {
	border-bottom: 1px solid #3DB8E3;
}
.cases .plan td {
	width: 20%;
	padding: 0.4rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-top: 1px solid #3DB8E3;
}
.cases .plan td>span {
	font-size: 2.4rem;
}
.casse .plan .service_link td {
	/*border-bottom: none;*/
}
.cases .plan .service_link a {
	color: #1976D2;
	font-size: 1.2rem;
	text-decoration: none;
}
.cases .plan .service_link a:hover {
	text-decoration: underline;
}
.cases .plan .remote a {
	color: #0498FF;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.cases .plan .visit a {
	color: #0498FF;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.cases .plan .delivery a {
	color: #D361ED;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.cases .plan .shop a {
	color: #F1619E;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.cases .plan .note {
	text-align: left;
	font-size: 1.2rem;
}
.back_list {
	margin: 48px auto 48px auto;
	text-align: center;
}
.back_list a {
	padding: 0.8rem;
	display: inline-block;
	color: #1976D2;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	border: 2px solid #1976D2;
	border-radius: 6px;
}
@media screen and (min-width: 768px) {
.cases .plan .item {
	text-align: center;
}
.cases .plan th,.case .plan td {
	padding: 1.6rem;
}
.cases .plan th {
	font-size: 1.6rem;
}
.cases .plan td {
	font-size: 1.6rem;
	text-align: center;
}
.cases .plan .service_link a {
	color: #1976D2;
	font-size: 1.4rem;
	text-decoration: none;
}
.cases .plan .note {
	text-align: right;
	font-size: 1.4rem;
}
}

.area{
	width: 100%;
	max-width: 720px;
	margin: 0px auto 0px auto;
	padding: 0.8rem;
}
.area table {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #3DB8E3;
}
.area th,.area td {
	padding: 0.4rem;
	text-align: center;
}
.area th {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	background-color: #ddf6ff;
	border-top: 1px solid #3DB8E3;
    white-space: nowrap;
}
.area th a {
	text-decoration: none;
}
.area th>span {
	font-size: 1.2rem;
	font-weight: normal;
}
.area td {
	width: 100%;
	padding: 0.8rem;
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	border-top: 1px solid #3DB8E3;
}
.area td>span {
	font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
.area {
	text-align: center;
}
.area th,.area td {
	padding: 1.6rem;
	display: table-cell;
}
.area th {
	width: 25%;
	font-size: 1.4rem;
}
.area td {
	width: 75%;
	font-size: 1.4rem;
	text-align: center;
}
.area a {
	color: #1976D2;
	font-size: 1.4rem;
	text-decoration: none;
}
.area .note {
	text-align: right;
	font-size: 1.4rem;
}
}

/* Price */
.price_case_list {
	width: 100%;
	max-width: 980px;
	margin: 0px auto 32px auto;
}
.price_case_list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.price_case_list li {
	width: 50%;
}
.price_case_list li a {
	display: block;
	padding: 0.8rem;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
}
.price .flex_block {
}
.price h3 {
	text-align: center;
}
.price_case {
	width: calc(100% / 3);
	padding: 1rem;
}
.price_case {
	width: calc(100% / 3);
	padding: 1rem;
}

