@charset "utf-8";

/* ------------------------------------------------ */
/* 1.共通
/* ------------------------------------------------ */

/* 全体の指示 */
html{font-size: 62.5%;}
body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-feature-settings: "plat";*/
color: #4C4D4D;
font-size: 1.6rem;
line-height: 1.8;
font-weight: 300;
-webkit-fontsmoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration: none;
	
	}
img{
	vertical-align: bottom;
}
/*nput,textarea{ 
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	color:#333;
	font-size:1.6rem;
	outline:none;	
}*/
/*@media print {
	body{display:none;}
}
*/
h1{
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	
}
h2{
	font-family: "HGP明朝E", serif;
	font-size: 2.2em;
	font-weight: 700;
	color:#150D87;
	text-align: center;
	margin-bottom: 0;
	
}

.center{
	text-align: center;
}
.mall3{
	margin: 1px;
}

.ml20{
	margin-left: 20px
}
.mb30{
	margin-bottom: 30px;
}
.mt20{
	margin-top: 20px;
}


.ml20{
	margin-left: 20px
}
.bb{
	border-bottom: 1px solid #F15A24;
}
.f{
	font-weight: 600;
}
.l{
	font-size:19px;
}
.g{
	color:#37989B;
}
.o{
	color:#F15A24;
}
.db{
	color:#150D87;	
}
.sef{
	font-family: "HGP明朝E", serif;
	font-weight: 500;
}
.sef_y{
	font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.bo{
	margin: 20px 0;
    width: 250px;
    color: #fff;
    background-color: #F15A24;
    padding-left: 10px;
}
.pc{
	display: block;
}
.tb{
	display: none;
}
.ib{
	display: inline-block;
}
.sp{
	display: none;
}
.tap{
	display: none;
}
ol{list-style-type: decimal;
}

.test_img{
	text-align: center;
}
.test_img_sp{
	display: block;
	text-align: center;
}
.title_img_tb{
	display: none;
}
.top_img_tb{
	display: none;
}

.flex{
	display: flex;	
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	
}
.flex_btw{
	display: flex;	
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}


.flex_text{
	width:480px;
}

.flex_i{	
   
    margin-bottom: 10px;
    margin-right: 10px;
	margin-top: 10px;
}

.flex_left{
	display: flex;	
	flex-direction:row;
	align-items: center;
	flex-wrap: wrap;
}


/* ------------------------------------------------ */
/* 2.レイアウト
/* ------------------------------------------------ */
/*全体の囲み*/
#wrapper{
	max-width:980px;
	margin: 0 auto;
	text-align: center;
}
.center{
	text-align: center;
}

/* ------------------------------------------------ */
/* ３.ヘッダー
/* ------------------------------------------------ */

.banner{
max-width: 980px;
min-height: 100px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
position: relative;
border-bottom: solid 3px #30ADDE;
}
.header {
    width: 100%;
    display: table;
}
.logo {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.top_ligo{

}
.top_contents{
	text-align: right;
}
.tel {
    width: 25%;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}
.top_tel{
}
.top_contact{
    width: 25%;
    display: table-cell;
	vertical-align:middle;
}
.top_contact_m{
	display: block;
	margin: 5px 0;
}
.top_contact_d{
	display: block;
}

.top_corona{
	background: linear-gradient(-90deg,#E1D321,#FFF4D1);
	padding: 0 10px 5px;
	max-width: 960px;
	margin: 0 auto;
}
.top_corona span{
	color: #D21C24;
	font-size: 13px;
	font-weight: 700;	
}
.top_corona p{
	font-size:12px;
	font-weight: 600;
	line-height: 1.3;
	color:#000000;
}
.top_corona a{
	text-align: center;
	background-color: #D21C24;
	text-decoration: none;
	color:#FFF;
	font-size: 11px;
	font-weight: 700;
	display: block;
	width: 120px;
	border-radius: 6px;
	margin: 0 85% ;
	border: 1px solid #D21C24;
	transition: background-color 0.3s;
}
.top_corona a:hover{
	border: 1px solid #D21C24;
	background-color: #fff;
	color:#D21C24
}


/* ------------------------------------------------ */
/* 4.トップイメージ
/* ------------------------------------------------ */
.wrap{
	max-width: 980px;
	margin: 0 auto;
	/*border-top: solid 3px #30ADDE;*/
	
}
.wrap_w{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.wrap_i_1{
	/*display: table-cell;*/
	/*width: 50%;*/
	margin: 0 auto;
}
.wrap_i_2{
	/*display: table-cell;*/
}
.top_item{
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	/*padding: 5px;*/
	margin-top: 9px;
	width:150px;
	color:#150D87;
	background-color: #fff;
	border: solid 1px #150D87;	
	text-align: center;
	vertical-align: middle;
}


.wrap2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 980px;
	margin: 0 auto;
}
.wrap_h{
	opacity: 1;
	transition: opacity 0.2s;
}
.wrap_h:hover{
	opacity: 0.7;
}


.eme{
	color: #F15A24;
    font-size: 16px;
    font-weight: 600;
    /* text-align: left; */
    width: 400px;
    border: none;
    float: right;
    margin: 0 auto;
}
.eme_tel{
	font-size: 23px;
}
.blue_top{
	text-align: center;
	background-color:#30ADDE;
	margin: 0px auto 0;
	max-width: 980px;
	padding: 10px 0;
}
.blue_top_1{
	font-family: "HGP明朝E", serif;
	font-size:29px;	
	display: block;
	color:#150D87;	
}

.top_2{
	font-size:23px;
	color:#fff;
}


.top_img{
max-width: 980px;
width: 100%;
height: auto;
margin: 0 auto;
clear: both;
text-align: center;
position: relative;
}

.top_men_img{
	width:100%;
	height: auto;
}
.PC_item_1{
	position: absolute;
	top:15px;
	left:25%;
}

.PC_item_2{
	position: absolute;
	top: 12%;
    left: 2%;
}
.PC_item_3{
	position: absolute;
	top: 40%;
    left: 1%;
}

.PC_item_4{
	position: absolute;
	top:65%;
	left:7%;
}

.PC_item_5{
	position: absolute;
	top: 70%;
    left: 25%;
}
.PC_item_6{
	position: absolute;
	top: 70%;
    right: 25%;
}
.PC_item_7{
	position: absolute;
	top: 58%;
    right: 7%;
}
.PC_item_8{
	position: absolute;
	top: 42%;
    right: 3%;
}
.PC_item_9{
	position: absolute;
	top:20%;
	right:10%;
}
.PC_item_10{
	position: absolute;
	top:5%;
	right:27%;
}

.PC_item_12{
	position: absolute;
	top:10px;
	right:10px;
	width: 11%;
}
/*

.top_img_item{
	opacity: 1;
		
}
.top_img_item:hover{
	opacity:0.7;
}
*/
.top_img_item{
	transition: 0.2s ease-in-out;
}
.top_img_item:hover{
	transform: scale(1.1,1.1);
}


.top_tr_1{
	color:#150D87;
	font-size:2em;
	border-bottom: solid 2px #150D87;
	font-family: "HGP明朝E", serif;
}
.top_tr_2{
	color:#333333;
	font-size:2em;
	font-family: "HGP明朝E", serif;
}
.top_tr_3{
	color:#F15A24;
	font-size:1.4em;
	font-weight: 600;
	font-family: "HGP明朝E", serif;
}
.top_tr_4{
	color:#fff;
	background-color: #150D87;
	padding:5px;
	font-family: "HGP明朝E", serif;
	
}

.top_pc
/*.top_img img {
    max-width: 980px;
    max-height: 650px;
}*/
.pc img{
	
	width: 100%;
    /*max-width: 100%;*/
    height: auto;
}

.click{
	height: 60px;
	width:auto;
	vertical-align: middle;
	margin: 0 20px 0 auto;	
}
.mark{
	display: none;
}
.icon_tap{
	display: none;
}
/* ------------------------------------------------ */
/* 5.コンテンツ共通
/* ------------------------------------------------ */
.big_title{
margin: 100px auto;
width: 100%;
}
.dec{
	font-size: 3.5em;
	font-weight: 700;
	color:rgba(55,152,155,0.16);
	margin-top: 0;
	line-height: 0.6;
	margin-bottom:70px;	
}
.center{
	text-align: center;
}

.title_img{
	width:100%;
	height: auto;
	margin-top: 50px;
}
/*--パソコン、ネットワーク、周辺機器でお困りですか？＞一覧表＜--*/

#tr_list{
	background-image: url("../img/back_blue.png");
	background-position: center;
	background-size:cover;
	height: 100%;
	/*opacity: 50%;*/
	padding-bottom: 80px;
}
#tr_list .big_title{
	margin: 0 auto;
}

#tr_list h2{
	padding:100px 0 50px; 
}
#tr_list p{
	font-size:18px;
	font-weight: 600;
}

table.tr1{
	margin: 50px auto 120px;
}


th.tr1{
	border: solid 1px #BFBFBF;
	width: 390px;
	height: 74px;
	background-color: #0000FF;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}

td.tr1{
	border: solid 1px #BFBFBF;
	background-color: #fff;
	box-shadow: 7px 6px 11px rgba(0,0,0,0.27);
	width: 390px;
	height: 65px;
	color:#333333;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 16px;
	transition: background-color 0.3s;
}

td.tr1:hover {
	background-color:#F8F9E1;	
}
.tr1 a{
	color: #4C4D4D;
	display: block;
}

.click{
	height: 60px;
	width:auto;
	vertical-align: middle;
	margin-left: 30px;
	
}


th.title_right{
	/*display: inline-block;*/
	background-color: #150D87;	
}
th.title_left{
	background-color: #F15A24;
}

.mark{
	display: none;
}
.icon_tap{
	display: none;
}

/*--//パソコン、ネットワーク、周辺機器でお困りですか？＞一覧表＜--*/

/*--T&Rサポートがとことん解決します--*/

.bullet{
	margin: 60px auto 60px;
}
.bullet td{
	font-size:20px;
	font-weight: 600;
	
}

.bullet_el{
	margin: 50px auto;
	background-image: url("../img/back_blue_small.png");
	background-position: center;
	background-size:cover;
	height: 100%;
	}
.bullet_el_table{
	padding:20px 20px 50px 0;
	vertical-align: middle;
}
.bullet_el_table img{
	width:35%;
	height:auto;
}
.bullet_el_table th{
	vertical-align: middle;
	padding: 20px 0;
}

.bullet_el_table td{
	vertical-align: middle;
	padding: 20px 0;	
}

.bullet_el_title{
	font-family: "HGP明朝E", serif;
    font-size: 2.2em;
    font-weight: 700;
    color: #150D87;
    text-align: center;
    margin: 100px auto 0px;
    display: block;
	padding: 70px 0 0;
}
.bullet_el div{
	margin: 20px auto;	
}
.bullet_el td{
	width:90%;
}


.points5{
	margin:50px;
}

.points5 th{
		display: block;
		background-color:#3F8EDA;
	    color: #fff;
		text-align: center;
	width:200px;
	height: 130px;
	border:solid 1px #D0E8F5;		
	}

.points5_title{
	padding:30px 0;
	display: block;
	vertical-align: middle;
	}


.points5 td{
	border:solid 1px #D0E8F5;
	vertical-align: middle;
	padding: 0 0 0 20px;
    text-align: left;
	}

.fixed{
	font-weight: 600;
	padding:3px;
	border-radius: 3px;
	width:50px;
	display: block;
	background-color: #F15A24;
	color: #fff;
	margin: 0 auto 10px 0px;
	text-align: center;
}

.points5_text{
	margin-top:40px; 
		font-size:16px;
		font-weight: 600;
		color:#4C4D4D;
	}


.by{
	border-bottom: solid 6px #FFFF00;
}

.tr_c{
	display: inline-block;
	width:70%;
	margin: 0 auto;
}

.point{
	margin: 80px auto 0;
}
.point_wrap{
		width:300px;
		margin: 30px 10px;
		border: solid 1px #150D87;
		padding: 50px 20px ;
		display: inline-block;
		position: relative;
	}
	
	.point_nom{
		font-size:1.2em;
		font-weight: 600;
		padding:10px;
		color:#fff;
		background-color: #150D87;
		position: absolute;
		top:-25%;
		left:0;
		right: 0;
		margin: 0 auto;
		width:200px;
	}
.point_orang{
	border: solid 5px #F15A24;
	padding:20px;
	margin: 0 auto;
	width:400px;
}

	
	



/*
.arrow{
	margin: 22px auto;
	
}*/
/*--T&Rなら解決します--*/
/*
.gre_sub{
	font-size: 25px;
	font-weight: 700;
}
.ggre{
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;

}
.gre{
	border:#37989B solid 1px;
	border-radius: 3px;
	width:190px;
	padding: 1vw;
    padding: 10px;
	margin: 3px;	
	text-align: center;
}
.gre_l{
	margin: 16px 0;
}*/
.wonen{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px auto;
    width: 80%;
	
}
.women_l{
	vertical-align: middle;
	margin: auto auto;
	text-align: left;
	
}
.gre_special{
color: #194ADA;
font-size: 2.4rem;
font-weight: 700;
}

.border1{
	color:#150D87;
	border-top: 2px #3F8EDA dashed;
	border-bottom: 2px #3F8EDA dashed;
}

.women_ret{
	width:180px;
	height: auto;
}

.ret_left{
	width:auto;
}


/* ----TELとお問い合わせ------------ */


.contact_1{
	border-radius: 10px;
	background-color: #80B03F;
	padding: 130px 0 50px;
	margin: 130px auto;
	text-align: center;
	position: relative;
	width: 70%;
}

.women5{
	position: absolute;
	top:-50px;
	left:50%;
	transform: translateX(-50%);
	}

.free{
	position: absolute;
	top:-50px;
	right:30px;
}
.free_o {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 15%;
}
.contact_1_1{
	background-color: #fff;
	width:80%;
	padding:30px 0;
	border-radius: 5px;
	margin: 0 auto;
}

.contact_1_title{
	font-family: "HGP明朝E", serif;
	color:#fff;
	font-size:2em;
}
.break{
	margin: 0 30px;
}
.icon_eme{
	margin: 100px auto 0px;;
	width:40%;
}

/*
.contact_1_1 img{
	display: inline-block;
}
*/

.contact_tel{
	margin-bottom: 10px;
	width:40%
}

.contact_f{
	margin-bottom: 25px;
	width:40%;
}


.icon_free{
	position: absolute;
	top:30px;
	right: 30px;
}
.contact_1_l{
	font-family: "HGP明朝E", serif;
	font-size:1.5em;
	font-weight: 700;
	margin: 50px auto;
}


/*--保守契約にはメリットがいっぱい--*/
.merit{
	display: inline-block;
	margin: 30px 0;
}
img.merit{
	margin: 10px;
}


/* ---------case共通項------------*/
.con_mg{
	max-width: 980px;
    margin: 0px auto;
	/*padding: 0 10px*/
}

.button_list{
	margin: 20px auto;
}
.button_list img{
	margin: 2px 0;
	display: inline-block;
	opacity: 1;
	transition: opacity 0.2s;
}
.button_list img:hover{
	opacity: 0.7; 
}

/*	
.case,.case_f{
	color:#37989B;
	font-size: 18px;
}
.case{
	text-align: left;
	margin: 2vw 0 0 2vw;
	position: relative;
	margin-left: 25px;
}
.case_f{
	font-size: 25px;
	font-weight: 700;
}
.case:before,.case:after{
	 content: '';
	  position: absolute;
	  top: 50%;
	  display: inline-block;
	  width: 30px;
	  height: 1px;
	  background-color:#37989B ;
	  -webkit-transform: rotate(-60deg);
	  transform: rotate(-60deg);
}
.case:before {
  left:-25px;
}
.case:after {
  
}*/

.left{
	text-align: left;
}
.case_back {
    /* border: solid 1px #150D87; */
    padding: 20px 20px 40px;
    position: relative;
    /* width: 90%; */
    /* margin: 15px auto 5px; */
}
.case_back.red_l{
	border: solid 1px #DC1D20;
}
/*.blue_sec{
	background-color: #30ADDE;
	position: relative;
}
.blue_img{
	position: absolute;
	top:-50px;
	left:50%;
}
h2.blue_sec_title{
	font-family: "HGP明朝E", serif;
	font-size:38px;
	color:#150D87;
	padding: 50px auto;
	
}
.title_st{
	color:#fff;
}*/
h3.topic_title{
	font-size: 20px;
    color: #fff;
    background-color: #150D87;
    padding: 12px;
    display: block;   
    width: 200px;
    text-align: center;
	position: absolute;
	top:-30px;
	left: -31px;
	
/*font-size: 2.0em;
font-weight: 700;
border-bottom: solid #B1C472 5px;
text-align: center;
display: block;
 [disabled]width:70%; 
margin-top: 40px;
margin-right: auto;
margin-left: auto;
margin-bottom: 40px;*/
}

h3.topic_title.red{
	background-color: #DC1D20;
	font-size: 16px;
}

.orange_back{
	padding: 0 10px;
	background-color:#3F8EDA;
	color:#fff;
	margin: 15px 0;
	display: inline-block;
	width: 50%;
}
.corona{
	padding: 0 10px;
	background-color:#DC1D20;
	color:#fff;
	margin: 15px 0;
	display: inline-block;
	width: 50%;
}
.corona_plan{
	border: 3px solid #DC1D20;
	padding: 20px;
    
   margin: 20px auto;
}
.corona_plan-1{
	font-size: 1.3em;
	dont-color:#F15A24;
	font-weight: 700;
}




.small{
	font-size: 0.7em;
}


.bg_gray{
	background-color: #ECE8E8;
	padding: 10px 0;
	margin: 10px 0;
	font-size: 0.8em;
}
.bg_gray span{
	margin: 7px 0;
}

h6{
	margin: 10px 0;
}



.hight_cost_p{
	font-size: 12px;
	width: 75%;
	margin: 20px auto;
	text-align: left;
}
.topic_con{
	line-height: 1.8;
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.topic_con_answer{	
	/*width: 85%;*/
    line-height: 1.8;
    display: block;
    margin: 0 auto;	
}
h3.long{
	width:55%;
}
.kouchiku{
	width:200px;
	height: auto;
}
.kouchiku img{
	width: 200px;
	height: auto;
}
.son_sub {
    *font-family: "HGP明朝E", serif;
    font-size: 25px;
	font-weight: 700;
    display: block;
    margin: 60px auto;
    text-align: center;
    /* border: 1px solid; */
    background-color: #30A8D9;
    color: #fff;
    border-radius: 10px;
	padding: 20px 0;
	width:100%
}


.answer_wr{
	
	border-bottom: solid 3px #F15A24;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
	
}
.answer{
	font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	color:#F15A24;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	/*margin: 40px 0 0 0;*/
	display: block;
}

h4.answer_title{
	font-family:  "HGP明朝E", serif;
	display: block;
	margin: 60px auto 30px;
	/*width:400px;*/
	font-size:25px;
}
h4.answer_title.pro{
	/*width:450px;*/
}

.support{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	margin: 20px 0;
	}
.support_i{
	font--size:1.1em;
	width:230px;
	padding:10px;
	margin: 5px 5px;
	border: dotted 2px #F15A24;
	border-radius: 3px;
}
.itc_pass{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: 50px auto;
}
.itc_pass_i{
	margin: 3px;
}

.nav_wrap{
	max-width: 980px;
	text-align: right;
	margin: 0 auto;
}
.sec_nav{
	font-size:15px;
	font-weight: 500;
	text-align: right;	
	/*margin-right: 23px;*/
}
.sec_nav_i{
	position: relative;
    display: inline-block;
    padding: 0 5px 0 10px;
    color: #150D87;
    border-left: solid 1px #150D87;
    height: 23px;
    transition: 0.2s;
}

.sec_nav_i.red{
	color:#DC1D20;
}

.sec_nav_i:hover{
	background-color: #150D87;
	color:#fff;
}
.sec_nav_i.nav_contact{
	border:solid 1px #F15A24; 
	color: #F15A24;
	transform: background-color 0.2s;
	transform: color 0.2s;
}

.sec_nav_i.nav_contact:hover{
	background-color: #F15A24;
	color:#fff;
}
.sec_nav_i.nav_support{
	border:solid 1px #30ADDE;
	color:#30ADDE;
	transform: background-color 0.2s;
	transform: color 0.2s;
}

.sec_nav_i.nav_support:hover{
	background-color: #30ADDE;
	color:#fff;
}


.cost_plan{
	width: 90%;
	margin: 50px 10px;
}

h5{
	font-size:18px;
	font-weight: 600;
	margin: 20px 0;
	text-align: left;
}

h5.red{
	color:#DC1D20;
}

.multi{
	display: block;
    width: 180px;
    background-color: #F15A24;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 7px;
    margin: 0 auto 100px auto;
}
.multi_p{
	font-size: 0.8em;
    padding: 0 100px;
}
.maker{
	width:70%;
	margin: 3vw auto;
	padding:1vw 1.5vw;
	text-align: center;
	border:solid 1px #F15A24;
	
}
.maker p{
	text-align: center;
	font-weight: 700;
}
.maker_img{
	 width: 100%;
    margin: 10px auto;
}
.otoku_con{
	display:inline-block;
	width:70%;
	vertical-align: middle;
	margin: 20px 10px;

}
.plus{
	font-size: 35px;
	font-weight: 700;
	color:#F15A24; 
}


/*--お客様の声--*/
.voice table{
	width: 90%;
    margin: 0 auto;
}
.voice_int{
	font-family: "HGP明朝E", serif;
	font-size:18px;
	display: block;
	border-top: solid 2px #30ADDE;
	border-bottom: solid 2px #30ADDE;
	padding: 15px 0;
	margin: 30px auto;
	width: 90%;	
}
.voice_int2{
	display: block;
	width: 90%;
	margin: 20px auto;	
}

.voice_int3{
	display: block;
	width: 80%;
	margin: 20px auto;	
}

.kk{
	border-bottom: solid 10px #150D87;
	width:90%;
	text-align: left;
	margin: 10px auto 5px;
}
.kk.ko{
	border-bottom: solid 10px #F15A24;	
}
/*
.voice th {
	border:solid 1px #BBB9B9;
	white-space: nowrap;
	padding:5px 8px;
	background-color:#150D87;
	color:#fff;
}*/
.voice_b th{
	border:solid 1px #BBB9B9;
	white-space: nowrap;
	padding:5px 8px;
	color:#fff;
	background-color:#150D87;	
}
.voice_o th{
	border:solid 1px #BBB9B9;
	white-space: nowrap;
	padding:5px 8px;
	color:#fff;
	background-color: #F15A24;
}
.voice td{
	border:solid 1px #BBB9B9;
	padding:5px 8px;
	text-align: left;
}

.service h4{
	color: #fff;
    margin: 20px 0;
    background-color: #150D87;
    padding: 0 10px;
    width: 25%;
	
}

/*--ティーアンドアールサポートについて--*/

.solution_title{
	border-bottom: solid 1px #30ADDE;
	border-top: solid 1px #30ADDE;
	padding:20px 0;
	margin: 72px auto;
	width:473px;
	
}
.solution_title h3{
	font-family: "HGP明朝E", serif;
	font-size:28px;
	color:#30ADDE;
	text-align: center;	
}

.solution_cat{
	width:90%;
	margin: 0 auto;
}
.tr_per{
	color:#150D87;
	font-family: "HGP明朝E", serif;
	font-size: 19px;
	margin: 30px auto 0;
	text-align: center;
}
.tr_map{
	display: flex;
	border: solid 1px  #150D87;
	padding:1.5vw;
	margin: 2vw 0;
}
.map{
	width:300px;
}
.map {
	height: 300px;
	width:80%;
    position: relative;
	margin: 20px;
}
.map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.tr a{
	text-decoration: none;
	color:#4C4D4D;
}

.tr{
	margin: auto;
	
}
.tr_name{
	font-weight: 700;
	text-align: left;
}

.performance{
	display: flex;
    border: solid 1px #150D87;
    padding: 15px;
    margin: 0 0 25px;
}
.performance_right{
	margin-left: 50px;
}

.backup_img{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.backup_img img{
	width: 100%;
}

.backup_p{
	display: block;
	margin: 20px auto;
}

.backup_l{	
	margin:20px 10px;
}


.backup_l ol{
	list-style-type: disc;
}


.contact_1_backup{
	border-radius: 5px;
    background-color: #F15A24;
    padding: 13px 0 20px;
    margin: 30px 30px;
    text-align: center;
    position: relative;
}


.contact_1_1_backup{
    background-color: #fff;
    width: 80%;
    padding: 10px 0;
    border-radius: 5px;
    margin: 0 auto;
}

.contact_1_title_backup {
    font-family: "HGP明朝E", serif;
    color: #fff;
    font-size: 1.2em;
}



/*-------last--------*/

.frame th{
	padding-right: 20px;
}
.last .frame{
	margin-top: 20px;
}
.last h3{
	font-family: "HGP明朝E", serif;
	font-size: 1.5em;
	color:#fff;
    font-weight: 500;
    text-align: center;
    display: block;
     margin: 80px auto;
	width:100%;
	border-bottom: none;
	background-color:#30ADDE;
	padding:30px 0;
	
}
.last_p_i{
	font-size: 1.4em;
	color:#F15A24;
	font-family: "HGP明朝E", serif;
	margin: 40px 0;
	}
.last td{
	padding: 20px 0;
}
.last th{
	padding: 20px 0;
}




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

.notes{
	width: 70%;
	height: 100px;
    margin: 30px auto;
    padding: 10px 15px;
	border: solid 1px #BABBBB;
	overflow-y:scroll;
	transform: translateZ(0);/*リティーナ用*/
	text-align: left;
	font-size:8px;
	color:#BABBBB;
	background-color: #fff;
	
}

.notes h1{
	font-size:13px;
}
.notes h2{
	font-size:12px;
	margin: 25px auto;
	border: none;
}
.notes h3{
	font-size:10px;
	border-bottom: none;
	margin: 20px 0;
	text-align: left;
}
/*------contact---------*/


input{
border:solid 1px #BBB9B9;
background:none;
}
.contact_form h2{
	color:#150D87;
	font-size: 1.7em;
	font-weight: 600;
	border-bottom: none;
}
.con_title{
	color:#150D87;
	font-size: 1.1em;
	font-weight: 500;
	margin: 50px 0;
	border:none;
}
.contact_form{
	margin: 100px auto;
	max-width: 960px;
}
.form_con{
	width:700px;
	margin: 0 auto;
	
}
.contact_form table{
	width:700px;
	margin: 15px auto;
}
.contact_form tr{
	width:100%;
}
.contact_form th{
	border:solid 1px #BBB9B9;
	width:240px;
	padding:5px;
	display: table-cell;
    vertical-align: middle;
	background-color: #E7F9FE;
}

.contact_form td{
	border:solid 1px #BBB9B9;
	padding:5px;
	
}
.con_sub{
	font-size:0.6em;
	}
.contact_frame{
	margin: 50px 0;
	
}



input[type="button"],
input[type="reset"], 
input[type="submit"]{
	color:#150D87;
	font-size:1em;
	font-weight: 600;
	background-color:#fff;
	border: solid 1px #150D87;
	border-radius: 5px;
	padding: 12px 15px;
	margin: 0 auto;
	text-align: center;
	width:150px;
	transform: color 0.3s;
	transform: background-color 0.3s;
	
}

input[type="button"],
input[type="reset"], 
input[type="submit"]:hover{
	background-color:#150D87;
	color: #fff;
	
}
.confirm{
	text-align: center;
	margin: 20px 0;
}

.con_i{
	box-shadow: none;
}

input[type="text"],
input[type="mail"],
input[type="tel"],
textarea {
width: 100%;
height: 22px;
box-shadow: none;
-webkit-appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.sym{
	height: 66px;
}

.holiday{
	text-allain:center;
	background-color: #F9E1F3;
	border:solid 1px #FC8E86;
	padding:10px;	
}

/*-----------------------*/
/*--------バナー----------*/
/*-----------------------*/


/*----------縦型-------------*/

/*縦型バナーの枠とフォント指定*/
#side_banner{
	font-size:0.7em;
	font-weight: 600px;
	padding:10px 0px;
	border-top:5px solid #30ADDE;
	border-bottom:5px solid #30ADDE;
	background-color: #fff;
	width:180px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	
}
/*バナーのタイトル*/
#side_banner span{
	font-size:1.2em;
	font-weight: 600;
	color:#30ADDE;
	padding:10px;
	display: block;
	text-align: center;	
}

/*バナーの中身*/
.side_m_i{
	border:solid 2px #30ADDE;
	border-radius: 3px;
	padding:0 5px;
	margin: 3px;
	background-color: #fff;
	transition: background-color 0.3s;
	transition: color 0.3s;
}
.side_m_i:hover{
	background-color:  #30ADDE;
	color:#fff;
}
#side_banner a{
	color:#333333;
}

/*バナーの中身（会社概要、お問合せなど共通部分）*/

#side_banner .lightb{
	background-color:#30ADDE;
	color:#fff;
	transition: background-color 0.3s;
	transition: color 0.3s;
}

#side_banner .lightb:hover{
	background-color: #fff;
	color:#30ADDE;
	
}

/*バナーの中身（電話番号、ロゴなど画像表示のもの）*/
#side_banner img{
	width: 95%;
    height: auto;
    /* margin-top: 20px; */
    display: block;
    margin: 10px auto 0;
}


/*----------横型-------------*/

/*横型バナーの枠とフォント指定*/
#under_banner{
	display: flex;
	position: fixed;
	bottom: 0px;
	left: 0;
	width:100%;
	padding: 5px;
	background-color: #fff;
	border: solid 3px #30ADDE;
	z-index: 100;
	font-size:0.7em;	
}

/*バナーのタイトル*/
#under_banner span{	
	color: #30ADDE;
    font-size: 1.2em;
    width: 250px;
    display: block;
    text-align: center;
    font-weight: 600;
	padding-top: 15px
}
.under_tel{
	display: block;
	width: 60%;
	margin: 10px auto ;
}
#under_banner .side_m_i{
	
	display: inline-block;
	border:solid 2px #30ADDE;
	border-radius: 3px;
	padding:0 5px;
	margin: 3px;
	background-color: #fff;
	transition: background-color 0.3s;
	transition: color 0.3s;	
}

#under_banner .side_m_i:hover{
	background-color:  #30ADDE;
	color:#fff;
}
#under_banner .side_m_i.red{
	border:solid 2px #DC1D20;
	color:#DC1D20;
}

#under_banner .side_m_i.red:hover{
	border:solid 2px #DC1D20;
	color:#FFF;
	background-color: #DC1D20;
}


#under_banner>li:hover{
	background-color:  #30ADDE;
	color:#fff;
}

#under_banner .lightb{
	background-color:#30ADDE;
	color:#fff;
	transition: background-color 0.3s;
	transition: color 0.3s;
}

#under_banner .lightb:hover{
	background-color: #fff;
	color:#30ADDE;
	
}
#under_banner a{
	color:#333333;
}

/*----ページへ戻るボタン-----*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 100px;
  background: #30ADDE;
  z-index: 100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 28px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
 
 
 




/*-------footer--------*/
.footer{
background-color: #37474F;
padding: 10px 0;
color: #fff;
margin-top: 60px;
width: 100%;
text-align: center;
}

/*--------------------------
	お問い合わせ確認画面
---------------------------*/

.secondpage_title h1{
	color:#150D87;
	margin: 100px auto;
}
.secondpage_title div{
	display: block;
	margin: 0 auto;
	width:50%;
	/*text-align: center;*/
}
.secondpage_title p{
	text-align: left;
	
}

.secondpage_title .second_t_c{
	padding:50px 0;
}
.error_P{
	margin: 100px auto
}
/* form */

.form-message{
	margin: 50px 0;
	
	}
.form-message{
	
	color:#4C4D4D;
	/*text-align: left;*/
	
}
.cgi-table {
    width: 100%;
    max-width: 960px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-left: 2px solid #BBB9B9;
    border-top: 2px solid #BBB9B9;
}
.cgi-table th,.cgi-table td {
    border-right: 2px solid #BBB9B9;
    border-bottom: 2px solid #BBB9B9;
    padding: 4px;
    text-align: left;
}
.cgi-table th {
     background-color: #E7F9FE;
     color: #4c4d4d;
}
.thanks_p{
    margin: 40px;
	display: block;
	width:80%;
   /* font-size: 2.4rem;*/
   /* color: #43A047;*/
    line-height: 2;
	text-align: center;
}
/*@media screen and (max-width: 709px){	
	.blue_top{
		margin: 40px auto 0;
	}
	.wrap_i{
		margin: 0 auto;
	}
	
	
}*/

@media screen and (max-width: 787px){

	
	
/*--共通--*/
	p{
		font-size:1em;
	}
	
	/*h2{
	font-size: 1.6em;
    font-weight: 700;
   
    text-align: center;
    display: block;
    width: 70%;
    margin: 0 auto 0;
	}*/
	
	.solution_title{
		font-size:20px;
	}
	h3{
	font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    display: block;
   /* width: 65%;*/
    
	}
	
	h4{
		font-size: 1.1em;
    	font-weight: 500;
    	margin: 0 auto 50px;
	}
	h5 {
    font-size: 1em;
    font-weight: 600;
     margin: 30px 0;
	}
	
	
	
	h2 {
    font-family: "HGP明朝E", serif;
    font-size: 2em;
    font-weight: 700;
    color: #150D87;
    text-align: center;
    margin-bottom: 0;
}
	
	.dec{
		font-size:3em;
	}
	
	#side_banner{
		display:none;
	}
	
	#under_banner{
		display:none;
	}
	
	#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    background: #30ADDE;
    z-index: 100;
	}
	
	.flex_btw {
    display: flex;
	flex-direction:  column-reverse;	
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

	.flex_text {
    width: 100%;
}
/*--top--*/	
	
	.pc{
		display:none;
	}
	
	
	.tb{
		display: block;
		width:100%;
		/*width: 95%;
   		max-width: 100%;*/
   		/*height: auto;*/
	}
	
    .banner {
        min-height: 80px;
    }
	.top_corona a{
		margin: 0 75%
	}
	.top_contact{
		display: none;
	}
    .tel {
    width: 50%;
    text-align: right;
    }
	.top_tel{
    width: 100%;
    max-width: 254px;
/*    float: right;
    vertical-align: middle;
    margin-top: 25px;
    width: 150px;
    margin-left: 100px;*/
	}
	
	.wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
     margin: 0 auto;
}
	/*.wrap2_w{
		margin: 0 auto;
	}*/
	.wrap2_i_1{
		text-align: center;
		margin: 0 auto;
	}
	.contact_1img{
		width:60%;
		height: auto;
	}
	/*--answer--*/
	/*.contact_1_l {
    font-size: 1.4em;
    font-weight: 600;
	background-color:#30ADDE;
	padding: 30px auto;
	margin: 0 auto;
	color:#fff;
}
	.contact_1_img{
		background-color: #30ADDE;
	}
	.contact_1_img img{
		width:35%;
	}
	.white_back{
		background-color: #fff;
		width:80%;
		
	}
	
	.frame{
		margin: 20px 10px;
	}*/
	.contact_1_1{
		padding:20px 0;
	}
	.break{
		display: none;
	}
	.contact_f{
		display: block;
		width:60%;
		margin: 18px auto;
	}
	.contact_tel{
		display: block;
		width:60%;
		margin: 18px auto;
		
	}
	.free {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 28%;
	}
	
	.top_img_tb{
		display: block;
		width:100%;
		height: auto;
	}
	
	
/*--contents--*/
	
	
.click{
	height: 50px;
	width:auto;
	vertical-align: middle;
	margin-left: 30px;
	
}

	
	
	.bullet {
    margin: 60px 10px 60px;
		
}
	
	.bullet_el_title{
		font-size:1.8em;
	}
	.bullet_el_table th{
		display: block;
		margin:0 auto;
	}
	.bullet_el_table td{
		display: block;
		margin: 0 auto;
	}
	.bullet_el_table{
		padding:20px 0px 50px 0;
	}
	
	
	.tr_c {
    display: inline-block;
    width:100%;
    margin: 0 10px;
}
	
	.otoku_con{
		width:90%;
	}
	.icon_eme {
    margin: 50px auto;
    width: 60%;
}
	.contact_1_title {
    font-family: "HGP明朝E", serif;
    color: #fff;
    font-size: 1.3em;
}
	
	.title_img_tb{
	display: block;
		width: 100vw;
		height: auto;
		margin: 50px 0;
		
}
	.case_back{
	
    padding: 20px 10px 40px;
    position: relative;
    /*margin: 150px 10px 5px;*/
	}
	.solution_title{
		width:80%;
	}
	.tr_wrap{
		margin: 0 auto;
	}
	/*th.tr1{
		width:85%;
	}*/

	.son_sub {
    font-size: 1.2em;
    font-weight: 600;
    margin: 60px 0 20px;
}
	h3.topic_title{
		font-size:15px;
	}
	h4.answer_title{
		font-weight: 500;
		font-size:1.1em;		
	}
	.topic_con{
		width:85%;
	}
	.topic_con_answer{
		width:100%;
	}
	
	/*.gre_special {
    color: #194ADA;
    font-size: 1.2em;
    font-weight: 700;
	}
	.gre_special{

	margin: 30px;
	}*/
	.answer_wr{
		/*width:90%;
		padding:10px;*/
	}
	.answer{
		font-size:2em;
	}
	.bullet_el{
		display: flex;
		flex-wrap: wrap;
		margin: 30px auto 120px;
	}
	.bullet_el img{
		margin: 30px auto 0;
		width:7%;
		height: 7%;
	}
	
	.bullet_el div{
		margin: 0 auto;
	}
	
	.points5{
		width:100%;
		margin: 20px 0;
	}
	.points5 td{
		display: block;
		padding:20px;
	}
	.points5 th{
		width:100%;
		height: auto;
		
	}
	.points5_title {
    padding: 5px 0;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
	.points5_title{
		line-height: 3em;
	}
	.points5_title img{
		margin: 0 15px 0 0;
	}
	.points5_text{
		font-size:16px;
		font-weight: 500;
		color:#150D87;
	}
	
	.fixed{
		margin: 0 auto 10px;
	}
	
	.multi{
		width:80%;
		margin: 0 auto 100px auto;
}

	.ex_i {
    font-size: 1em;
	font-weight: 500;
	}
	
	.ex_i span{
		font-size:1.5em;
}

	.maker p{
		font-size: 0.8em;
		line-height: 1.4;
	}
	/*.maker_img {
		width: 80%;
		margin: 20px;
}*/
	.contact_1 {
		border: none;
    margin: 10px auto;
    width: 90%;
	}
	.icon_free {
    display: none;
	}
	.voice ol{
		font-size:0.8em;
		margin: 50px auto;
	}
	.voice p{
		margin: 50px auto;
	}
	.voice_b th{
		border: solid 1px #fff;
		white-space: nowrap;
		padding: 5px 8px;
		background-color: #150D87;
		font-size: 0.9em;
		font-weight: 700;
		text-align: left;
		display: block;
		    
		}
	.voice_o th{
		border: solid 1px #fff;
		white-space: nowrap;
		padding: 5px 8px;
		background-color: #F15A24;
		font-size: 0.9em;
		font-weight: 700;
		text-align: left;
		display: block;
		  
		}
	
	.voice td{
		display: block;
   		border: solid 1px #fff;
		
	}
	.service h4{
		width: 95%;
	}
	.cost_plan_tb{
		width:100%;
		height: auto;
		text-align: center;
		margin: 10px auto;
		
	}
	.performance{
		display: block;
	}
	
	.tr_map{
		display:block;
	}
	.last h3{
		font-size:1.2em;
	}
	.last_p_i{
		font-size:1.3em;
	}
	.cor{
		font-size:2em;
		text-align: center;
		
	}
	
	.blue_top_1 {
    font-family: "HGP明朝E", serif;
    font-size: 20px;
		font-weight: 600;
    display: block;
		color: #150D87;
	line-height: 1.2;
	}
	.top_2{
		color:#fff;
		font-size:15px;
	}
	
	.contact_1_backup{
		margin: 30px 10px;
	}
	
	.contact_1_title_backup {
        font-size: 1.1em;
}
	.contact_1_1_backup {
    width: 80%;
    padding: 10px 0;
    margin: 10px auto;
}

	.contact_1_1_backup .contact_tel {
    width: 80%;
    margin: 10px auto;
}

	.contact_1_1_backup .contact_f {
    width: 80%;
    margin: 10px auto;
}


	
/*--パソコン、ネットワーク、周辺機器でお困りですか？＞一覧表＜--*/
	.title_right{
		display: none;
	}
	
	th.tr1{
		display: flex;
		width:500px;	
		justify-content: center;
		align-items: center;
		/*padding-left: 15px;*/
		background-color: #150D87;
		border: none;
	}
	td.tr1{
		display: flex;
		align-items: center;
		width:100%;
		height: auto;
		border: none;
		
	}
	th.tr1.title_right{
		display: none;
	}
	
	.y{
		background-color: #FFFBE0;
	}
	
	
	
	
	tr.tr1{
		border: solid 1px #BFBFBF;
		
	}
	
	.mark{
		display: block;
		font-size: 15px;
		font-weight: 600;
		color:#fff;
		background-color: aqua;
		padding: 5px;
		border-radius: 5px;
		margin: 2px 7px;
		width:35px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	
	.blue{
		background-color: #150D87;
		/*margin-left: 21px*/
		
	}
	.orange{
		background-color: #30ADDE;
		font-weight: 600;
	}
	.case{
		font-size: 10px;
	}
	.icon_tap{
		display: block;
		width:20px;
		height: auto;
		padding-left: 0;
	}
	td.tr1{
		padding-left: 2px;
		
	}
/*--//パソコン、ネットワーク、周辺機器でお困りですか？＞一覧表＜--*/	
	
	.performance_right{
		margin-left: 0;
	}
	
/*---テレワーク導入----*/
	.corona{
		width: 95%;
	}
	.orange_back{
		width: 95%;
	}
	
	
/*--contact form--*/
	
	.form_con{
	width:90%;
	margin: 0 auto;
	
}
	.contact_form table{
		width:90%;
		padding:10px;
		margin:0 auto; 
	}
	.contact_form th{
		display: block;
		border:solid 1px #BBB9B9;
		width:90%;
		padding:5px;
		/*display: table-cell;*/
		vertical-align: middle;
		}
		
	.contact_form td{
		display: block;
		width:90%;
	}
	.con_title{
		margin-left: 25px;
	}
	
/*--------------------
   お問い合わせ確認画面
---------------------*/
	
	
.secondpage_title h1{
	color:#150D87;
	margin: 100px auto;
	font-size:1.5em;
}
.secondpage_title div{
	display: block;
	margin: 0 auto;
	width:80%;
	/*text-align: center;*/
	
}
.secondpage_title p{
	text-align: left;
}
	
	
	
	.sp_footer_nav{
		width:100%;		
		background-color: #150D87;
		position: fixed;
		bottom: 0;
		left:0;
	}
	.sp-footer_w{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}
	.sp_foot_a{
		/*width:10%;*/
		
	}
	.sp_foot_item{
		width:40%;		
		margin: 5px 15px;
		display: block;
	}
	
		
	.map {
    height: 300px;
    width: 100%;
    position: relative;
    margin: 0px;
}
	.tr {
    margin: 20px auto;
}

	.flex{
		display: flex;
		flex-direction: column;
        flex-wrap: wrap;
	}
	
	.flex_i{
	width: 100%;
    margin-bottom: 10px;
}

	
	.women_ret {
    width: 60%;
    height: auto;
	margin: 30px auto;
}
}



@media screen and (max-width: 500px){
	/*	.top_tel{
	float: right;
		margin-top: 13px;
        margin-left: 150px;
		
	}
	.map {
    width: 80%;
    height: 40vw;
    position: relative;
    margin: 20px auto;
}*/
	/*.tb{
		display:none;
	}*/
	.pc{
		display: none;
	}
	.sp{
		display: block;
		width:100%;
	}
	.solution_title h3{
		font-size:20px;
	}
	
	.top_corona a{
		margin: 0 auto;
	}
	.top_tel{
		float: right;
		margin-top: 13px;
		
	}
	.topic_con_answer {
    width: 100%;
}
	.map {
    width: 100%;
    
    position: relative;
    margin: 20px auto;
}
	.multi_p {
    font-size: 0.8em;
    padding: 0;
	line-height: 1.4;
}
	.sec_nav{
		font-size: 12px;
		margin-right: 0;
	}
	.sec_nav_i{
		height: 15px;
	}
	.con-img{
		width:70%;
		height: auto;
	}
	.gre_sub {
    font-size: 18px;
    font-weight: 700;	
	
}	
	
.contact_tel {
    display: block;
    width: 80%;
    margin: 18px auto;
}	

.contact_f {
    display: block;
    width: 80%;
    margin: 18px auto;
}	
	
.topic_con {
    width: 100%;
}
	.answer_wr {
    width: 95%;
		padding: 10px 0;
	}
	
.case_back{
	/*margin: 90px auto 5px;
    padding: 20px 10px 40px;
    width: 85%;	*/
	margin: 0px auto 5px;
	padding: 20px 10px 40px;
	/*width:95%;	*/
	}
	
	/*.con_mg{
	max-width: 980px;
    margin: 0px auto;
	padding: 0 0px;
}*/
	
.icon_eme {
    margin: 50px auto;
    width: 80%;
}
	

.top_tr_1 {
    color: #150D87;
    font-size: 1.2em;
    border-bottom: solid 2px #150D87;
    font-family: "HGP明朝E", serif;	
}

	
.top_tr_2 {
    color: #333333;
    font-size: 1.3em;
    font-family: "HGP明朝E", serif;
}
	
	.point_orang {
		width:80%;
	}
	
	.point_orang {
		width:80%;
	}
	
	#tr_list{
		padding-bottom: 40px;
	}
	
	th.tr1{
		display: flex;
		width:100%;	
		justify-content: center;
		align-items: center;
		/*padding-left: 15px;*/
		background-color: #150D87;
		border: none;
	}
	.cost_plan {
    width: 100%;
    margin: 50px 0px;
   }
	.otoku_con {
    width: 100%;
	margin: 20px 0px;
}
	/*.sp_foot_item {
    width: 100%;
    margin: 5px 5px;
}*/
	.top_tr_3 {
    color: #F15A24;
    font-size: 1.2em;
    font-weight: 600;
    font-family: "HGP明朝E", serif;
}
	
	.contact_1_1 {
    background-color: #fff;
    width: 95%;
    padding: 50px 0;
    border-radius: 5px;
    margin: 0 auto;
}
	
	.case {
    font-size: 8px;
}
	
	.son_sub {
    font-size: 1.3em;
    font-weight: 500;
    margin: 30px 0 20px;
}
	.bullet_el_title{
		font-size:1.5em;
	}
	
	.points5_text{
		text-align: left;
		padding:0 10px;
	}
	.wrap img{
		width:100%;
	}
	.flex_text {
    width: 100%;
}
}
@media screen and (max-width: 400px){
	
	h2{
		font-size:1.2em;
		}
	h3{
		font-size:1.1em;
	}
	h4{
		margin: 0 auto 40px;
		font-size: 1.0em;
		font-weight: 700;;
	}
		
	.banner{
    min-height: 50px;
    }
	/*--banner--*/
	.top_ligo{	
		vertical-align: middle;
		width: 100px;
		height: auto;
		margin: 5px 10px;
		}
	.top_tel{
/*		float: right;    
		margin-left: 0;
		margin-top: 15px;*/
	}
	.eme {
    color: #F15A24;
    font-size: 10px;
    font-weight: 600;
    /* text-align: left; */
    width: 100%;
    border: none;
    float: right;
    margin: 0 auto;
}
	
		
	/*--contents--*/
	
	.button_list img {
    margin: 2px 0;
    display: inline-block;
    width: 45%;
	}
	.ex_i span{
		font-size:1.2em;
	}
	
	.gre{
		width:72%;
		padding:10px;
		margin:10px;
	}
	.gre_i{
		width:61%;
		height: auto;
		margin: 15px auto;
	}	
	.women{
		margin:80px auto;
	}
		
		
	.contact_1_l2{
		font-size:14px;
	}
		
	.son_sub{
		font-size:1.2em;
		margin: 30px 0 20px;
	}
	
	.tap{
		display: block;
		position: absolute;	
	}
	.sp{
		display: block;
	}

	.case{
		font-size:0.7em;
		
	
	}
	.case_f{
		font-size:1.1em;
	}
	.tr_map{
		margin: 50px auto 10px;
	}
	.tap{
		display: fixed;
		right: 10px;
		bottom: 20px;
		filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
	}
	.multi {
    	width: 80%;
    	margin: 0 auto 50px auto;
		font-size: 0.9em;
		padding:3px;
	}
	
	.maker {
    width: 90%;
    margin: 30px auto;
    padding: 10px 5px;
    text-align: center;
    /*border: solid 1px #37989B;*/
}
	.maker_img {
    	width: 100%;
		margin: 0 auto;
	}
    .last_p {
    padding: 10px;
    }
	.last h3 {
		font-size: 1.2em;
		margin: 80px auto 0;
	}

    .point_wrap {
    width: 80%;
	padding: 50px 5px;
    }
	
	.point_orang {
    border: solid 5px #F15A24;
    padding: 10px;
    margin: 0 auto;
    width: 80%;
}
	.point_nom {
    
    top: -15%;
    width: 100px;
}
	
img.merit {
    margin: 10px;
	width:80%;
}
	.itc_pass_i {
    margin: 3px;
    width: 70%;
}
	.free {
    position: absolute;
    top: -30px;
    right: 1px;
    width: 32%;
}
h3.topic_title {
    font-size: 15px;
    width: 80%;
	left: -10px;
}
	
	.bullet_el_title{
		font-size:1.3em;
	}
	


.contact_1_backup {
    margin: 30px 0px;
}
.contact_1_title_backup {
    font-size: 1em;
}
	
	
	.wrap2_w img{
		width: 100%;
	} 
	
	
}
@media screen and (max-width: 400px){
    .cgi-table {
        width: 100%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        border-left: 2px solid #BBB9B9;
        border-top: 2px solid #BBB9B9;
    }
    .cgi-table th,.cgi-table td {
        width: 100%;
        display: block;
        border-right: 2px solid #BBB9B9;
        border-bottom: 2px solid #BBB9B9;
        padding: 4px;
        text-align: left;
    }
}
