@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,Area_main_img
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,item_nav_sub
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


a {
	text-decoration: none;
	/* display: block; */
	color: black;
	
}

a img {
  	border: none;
	border-style:none;
}


a:hover{
    text-decoration: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	
}









body {
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/* font-family: 'Sawarabi Mincho', sans- serif, "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; */
	/* font-family: 'Noto Serif JP', serif;
	/* font-family: "Sawarabi Mincho"; */
	background-color:#FFEFE0;
}


small {
	height: 40px;
	line-height: 40px;
}




#logo {
	height: 60px;
	margin-top: 40px;
	margin-right: 20px;
}
#towadaten {
	height: 60px;
	margin-top: 40px;
}




.w_60 {
	width: 60px;
}
.w_70 {
	width: 70px;
}
.w_80 {
	width: 80px;
}
.w_90 {
	width: 90px;
}
.w_100 {
	width: 100px;
}
.w_110 {
	width: 110px;
}
.w_120 {
	width: 120px;
}
.w_140 {
	width: 140px;
}

.w_240 {
	width: 240px;
}
.w_300 {
	width: 300px;
}

.w_320 {
	width: 320px;
}

.w_360 {
	width: 360px;
}

.mgn_b20 {
	margin-bottom: 20px;	
}

.mgn_b40 {
	margin-bottom: 40px;
}

.mgn_b60 {
	margin-bottom: 60px;
}

.mgn_b100 {
	margin-bottom: 100px;
}




h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}



#page_title {
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0 20px;
	padding-left: 0px;
	border-left: solid 10px #FFAE00;
}






/* 文字位置 */
.text_left{
    text-align: left;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}



/* 色設定 */
.text_white {
	color: white;
}

.text_black {
	color: black;
}

.text_red {
	color:red;
}

.text_DOrange {
	color:darkorange;
}

.text_SOrange {
	color:saddlebrown;
}







.text_bold {
	font-weight: bold;
}


.Err {
	color:red;
	font-weight: bold;
}




.disp_pc {
	display: block;
}


.disp_sp {
	display: none;
}




.bg_mainimg {
	background-image: url("../img/main_img.jpg");
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 360px;
	width: 100%;
}


.bg_subimg {
	background-image: url("../img/sub_img1.png");
	background-position:center bottom;
	background-repeat: no-repeat;
	height: 360px;
	max-width: 1200px;
	margin: 0 auto;
}


.BC_WHITE {
	background-color: white;
}

.BL_UNDER_ORANGE {
	border-bottom: solid 3px darkorange;
}

.BL_UNDER_GRAY {
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: dotted 1px darkgray;
}


.MainMsg {
	text-align: center;
	width: 80%;
	font-size: 32px;
	font-weight: bold;
	color: white;
	line-height: 50px;
	margin: 40px auto;
	padding: .5em .75em;
	background: saddlebrown;
	border-top: 1px dashed darkorange;
	border-bottom: 1px dashed darkorange;
}


.MainTel {
	width: 500px;
	font-size: 54px;
	font-weight: bold;
	color: red;
	margin: 0 auto;
	
	text-shadow:1px 1px 0 red, -1px -1px 0 red,
              -1px 1px 0 red, 1px -1px 0 red,
              0px 1px 0 red,  0 -1px 0 red,
              -1px 0 0 red, 1px 0 0 red;
}


.MainTel img{
	height:80px;
}

.SubMsg_Midashi h2{
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: darkorange;
	margin-bottom: 10px;
}

.SubMsg {
	margin-top: 60px;
	margin-left: 100px;
	font-size: 22px;
	line-height: 36px;
	color: darkorange;
}




.SubInfo {
	margin-bottom: 80px;
}



#sub_info1 {
	background-image: url("../img/sub_info1.png");
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
	color: darkorange;
	background-position:left center;
	background-repeat: no-repeat;
	height: 80px;
	max-width: 1200px;
	margin: 0 auto;
	text-indent: 3.5em;
	margin-left: 100px;
}

#sub_info2 {
	background-image: url("../img/sub_info2.png");
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
	color: darkorange;
	background-position:left center;
	background-repeat: no-repeat;
	height: 80px;
	max-width: 1200px;
	margin: 0 auto;
	text-indent: 3.5em;
	margin-left: 100px;
}

#sub_info3 {
	background-image: url("../img/sub_info3.png");
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
	color: darkorange;
	background-position:left center;
	background-repeat: no-repeat;
	height: 80px;
	max-width: 1200px;
	margin: 0 auto;
	text-indent: 3.5em;
	margin-left: 100px;
}


.item_nav_sub {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	-ms-grid-column: 3;
    -ms-grid-row: 1;
	
	color: darkorange;
}
.nav_sub_toiawase {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}
.nav_sub_tel {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
}
.nav_sub_postno {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}
.nav_sub_add {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
}









.apply_gaiyo {
	margin-left: 2em;
}




.apply_gaiyo dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 60px;
	margin-right: 60px;
}

.apply_gaiyo dd {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
}




.apply_gaiyo li {
	list-style:disc;
	margin-left: 40px;
	line-height: 1.5em;
}

.apply_gaiyo ol {
	margin-top: 10px;
	margin-bottom: 40px;
}





.business_gaiyo {
	margin-left: 2em;
}




.business_gaiyo dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 60px;
	margin-right: 60px;
}

.business_gaiyo dd {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
}



.business_gaiyo li {
	list-style:disc;
	margin-left: 40px;
	line-height: 1.5em;
}

.business_gaiyo ol {
	margin-top: 10px;
	margin-bottom: 40px;
}












.effect_gaiyo {
	margin-left: 2em;
}
.effect_gaiyo dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 60px;
	margin-right: 60px;
}
.effect_gaiyo dd {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 60px;
}
.effect_gaiyo li {
	list-style:disc;
	margin-left: 40px;
	line-height: 1.5em;
}
.effect_gaiyo ol {
	margin-top: 10px;
	margin-bottom: 40px;
}









.footer_company {
	margin: 40px 0;
}
.footer_title{
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}


.container_full {
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
}

.container960 {
  margin: 0 auto;
  max-width: 960px;
}





#page_title_price {
	background: url("../img/price_midashi.jpg") center right no-repeat;
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}


#page_title_apply {
	background: url("../img/apply_midashi.jpg") center right no-repeat;
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}

#page_title_effect {
	background: url("../img/effect_midashi.jpg") center right no-repeat;
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}

#page_title_business {
	background: url("../img/business_midashi.jpg") center right no-repeat;
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}

#page_title_about {
	background: url("../img/about_midashi.jpg") center right no-repeat;
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}


#page_title_voice {
	background: url("../img/voice_midashi.jpg") center right no-repeat;
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}


#page_title_privacy {
	background-color: white;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 36px;
	text-indent: 2em;
	margin-top: 40px;
	margin-bottom: 40px;
}



.voice_name {
	width: 100%;
	text-align: right;
}


.midashi_L {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	text-indent: 2em;
	margin-bottom: 20px;
}

.midashi_M {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}


.price_msg {
	width: 90%;
	line-height: 40px;
	font-size: 24px;
	margin:0 auto 40px;
}


.grid_apply {
	margin: 0px auto 0;
  	max-width: 1200px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 180px 1fr 180px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
	
	-ms-grid-columns: 180px 1fr 180px;
	-ms-grid-rows: auto auto auto auto auto auto auto auto auto;
	
	
}

.grid_apply img {
	width: 140px;
}

.midashi_no1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	-ms-grid-column: 1;
    -ms-grid-row: 1;
	line-height: 100px;
	font-size: 24px;
	
	color: white;
	background-color: darkorange;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	
	margin-left: 40px;
	
}
.apply_hoho1 {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
	-ms-grid-column: 2;
    -ms-grid-row: 1;
	-ms-grid-column-span: 2;

	padding: 20px;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	
	background-color: white;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.arrow1 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	-ms-grid-column: 2;
    -ms-grid-row: 2;
	margin-top: 20px;
	margin-bottom: 20px;
}


.midashi_no2 {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	-ms-grid-column: 1;
    -ms-grid-row: 3;
	
	height: 100%;
	line-height: 100px;
	font-size: 24px;
	
	color: white;
	background-color: darkorange;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	
	margin-left: 40px;
	
}
.apply_hoho2 {
	grid-column: 2 / 4;
	grid-row: 3 / 4;
	-ms-grid-column: 2;
    -ms-grid-row: 3;
	-ms-grid-column-span: 2;
	
	padding: 20px;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.arrow2 {
	grid-column: 2 / 3;
	grid-row: 4 / 5;
	-ms-grid-column: 2;
    -ms-grid-row: 4;
	margin-top: 20px;
	margin-bottom: 20px;
}


.midashi_no3 {
	grid-column: 1 / 2;
	grid-row: 5 / 6;
	-ms-grid-column: 1;
    -ms-grid-row: 5;
	
	height: 100%;
	line-height: 100px;
	font-size: 24px;
	
	color: white;
	background-color: darkorange;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	
	margin-left: 40px;
	
}
.apply_hoho3 {
	grid-column: 2 / 4;
	grid-row: 5 / 6;
	-ms-grid-column: 2;
    -ms-grid-row: 5;
	-ms-grid-column-span: 2;
	
	padding: 20px;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.arrow3 {
	grid-column: 2 / 3;
	grid-row: 6 / 7;
	-ms-grid-column: 2;
    -ms-grid-row: 6;
	margin-top: 20px;
	margin-bottom: 20px;
}


.midashi_no4 {
	grid-column: 1 / 2;
	grid-row: 7 / 8;
	-ms-grid-column: 1;
    -ms-grid-row: 7;
	
	height: 100%;
	line-height: 100px;
	font-size: 24px;
	
	color: white;
	background-color: darkorange;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	
	margin-left: 40px;
	
}
.apply_hoho4 {
	grid-column: 2 / 4;
	grid-row: 7 / 8;
	-ms-grid-column: 2;
    -ms-grid-row: 7;
	-ms-grid-column-span: 2;
	
	padding: 20px;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.arrow4 {
	grid-column: 2 / 3;
	grid-row: 8 / 9;
	-ms-grid-column: 2;
    -ms-grid-row: 8;
	margin-top: 20px;
	margin-bottom: 20px;
	
}


.midashi_no5 {
	grid-column: 1 / 2;
	grid-row: 9 / 10;
	-ms-grid-column: 1;
    -ms-grid-row: 9;
	
	height: 100%;
	line-height: 100px;
	font-size: 24px;
	
	color: white;
	background-color: darkorange;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	
	margin-left: 40px;
	
}
.apply_hoho5 {
	grid-column: 2 / 4;
	grid-row: 9 / 10;
	-ms-grid-column: 2;
    -ms-grid-row: 9;
	-ms-grid-column-span: 2;
	
	padding: 20px;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}





.about_table {
	margin-top: 40px;
}



.about_table dl {
    display: table;
    width: 100%;
}
.about_table dt, .about_table dd {
    display: table-cell;
    vertical-align: middle;
	margin-bottom: 40px;
	font-size: 18px;
	height: 50px;
}
.about_table dt {
	margin-left: 160px;
    float: left ;
    clear: left ;
    margin-right: 5px ;
    width: 140px ;
}

.about_table dd {
    float: left ;
    margin-left: 5px ;
	margin-right: 100px;
}



.qa_gaiyo dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 100px;
	margin-right: 100px;
}

.qa_gaiyo dd {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 1em;
	margin-bottom: 60px;
	margin-left: 100px;
	margin-right: 100px;
}








.area_privacy dt {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 24px;
	height: auto;
	font-weight: bold;
	width: 100%;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 10px;
}

.area_privacy dd {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 40px;
}

.area_privacy ul {
	list-style: initial;
	margin-left: 40px;
}



.voice_gaiyo dt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	margin-left: 100px;
	margin-right: 100px;
}

.voice_gaiyo dd {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 10px;
	margin-left: 1em;
	margin-bottom: 60px;
	margin-left: 100px;
	margin-right: 100px;
}











.box_fax {
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 32px;
	font-weight: bold;
	padding: 40px;
	width: 500px;
	margin: 0 auto;
	background-color: saddlebrown;
	color: white;
	display: block;
}
.box_fax a{
	color: white;
}
















/* ====================
  グリッドコンテナ
==================== */
.container_header {
	margin: 0px auto 0;
	padding-top: 10px;
  	max-width: 1200px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 600px 1fr 400px;
    grid-template-rows: 60px 80px;
	
	-ms-grid-columns: 600px 1fr 400px;
	-ms-grid-rows: 60px 80px;
	
}



.container_mainimg {
	display: grid;
    display: -ms-grid;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	-ms-grid-columns: 1fr 1fr 1fr;
	-ms-grid-rows: 1fr;
}

.container_subimg {
	display: grid;
    display: -ms-grid;
	width: 100%;
	height: auto;
	grid-template-columns: 45% 55%;
	grid-template-rows: 1fr;
	-ms-grid-columns: 45% 55%;
	-ms-grid-rows: 1fr;
}





.container_link {
	display: grid;
    display: -ms-grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1fr;
	-ms-grid-columns: 50% 50%;
	-ms-grid-rows: 1fr;
}














.container_f_nav {
	margin: 0 auto;
	max-width: 1200px;
	padding-bottom: 40px;
}

.container_footer {
	display: grid;
    display: -ms-grid;
	width: 100%;
	grid-template-columns: 50% 50%;
	grid-template-rows: 1fr;
	-ms-grid-columns: 50% 50%;
	-ms-grid-rows: 1fr;
}






.price_hoken {
	text-align: center;

}

.price_hoken table{
	font-size: 19px;
	line-height: 1.5em;
	margin: 20px auto 10px;
	border-collapse:collapse;
  	border-spacing: 0;
	border-color: black;
}



.price_hoken th {
  	border: 1px solid black;
	background-color: antiquewhite;
	width: 580px;
	padding: 10px;
}
.price_hoken td {
  	border: 1px solid black;
	background-color: white;
	width: 280px;
	padding: 10px;
}







.price_info {
	background-color:wheat;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}



.price_info table{
	font-size: 24px;
	line-height: 1.5em;
	margin: 20px auto 40px;
}




.price_info table th {
	text-indent: 2em;
}


.kyori_info {
	font-size: 16px;
	line-height: 20px;
	color:orangered;
}


.price_sample {
	background-color: white;
}

.price_sample th {
	margin: 0;
	padding: 0;
}

.price_sample td{
	height: 50px;
}


.text_kyotyo {
	font-size: 1.2em;
	font-weight: bold;
}

.text_sub {
	font-size: 0.8em;
}

/* ====================
  グリッドアイテム
==================== */



.MainMsg1 {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	
	-ms-grid-column: 1;
    -ms-grid-row: 1;

	background-image: url("../img/main1.png");
	background-position:left bottom;
	background-repeat: no-repeat;
	
	
	height: 80%;
	width: 80%;
	margin: 10% 10%;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: right;
	
	color: orangered;
	/*
	-webkit-text-stroke: 0.5px orangered;
  	text-stroke: 0.5px orangered;
	*/
	
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	

}
.MainMsg2 {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	
	-ms-grid-column: 2;
    -ms-grid-row: 1;

	background-image: url("../img/main2.png");
	background-position:left bottom;
	background-repeat: no-repeat;
	
	height: 80%;
	width: 80%;
	margin: 10% 10%;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: right;
	
	color: orangered;
	/*
	-webkit-text-stroke: 0.5px orangered;
  	text-stroke: 0.5px orangered;
	*/
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	
}
.MainMsg3 {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	
	-ms-grid-column: 3;
    -ms-grid-row: 1;
		
	background-image: url("../img/main3.png");
	background-position:left bottom;
	background-repeat: no-repeat;
	
	height: 80%;
	width: 80%;
	margin: 10% 10%;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	text-align: right;

	color: orangered;
	/*
	-webkit-text-stroke: 0.5px orangered;
  	text-stroke: 0.5px orangered;
	*/
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
	
}


.item_header_title{
    grid-column: 1 / 2;
	grid-row: 1 / 1;
	-ms-grid-column: 1;
    -ms-grid-row: 1;
	
	
}


.link_Item1 {
	
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	
	-ms-grid-column: 1;
    -ms-grid-row: 1;
	
	margin-top: 100px;
	margin-bottom: 0px;
	margin-right: 50px;
	text-align: right;

}
.link_Item2 {
	
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	
	-ms-grid-column: 2;
    -ms-grid-row: 1;
	
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 50px;
	text-align: left;

}






.footer_logo {
	
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	
	-ms-grid-column: 1;
    -ms-grid-row: 1;
	
	margin-bottom: 40px;
	margin-right: 40px;
	text-align: right;

}
.footer_contact {
	
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	
	-ms-grid-column: 2;
    -ms-grid-row: 1;
	
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 40px;
	text-align: left;

}

.contact_add {
	font-size: 20px;
	line-height: 24px;
}
.contact_tel {
	font-size: 24px;
	line-height: 28px;
}







#footer_top {
	margin-top: 60px;
	height: 100px;
	width: 100%;
}

footer {
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer a{
    font-weight: bold;
	color: white;
}



.item_nav_s {
	
	margin:0 auto;
	max-width: 1200px;

	grid-column: 1 / 5;  
	display: flex;
	justify-content: space-around;
	text-decoration: none;
	font-weight: bold;

	line-height: 80px;
	height: 80px;
	color: white;
	
}



.item_nav_s > a {

  display: flex;
  align-items: center;
	text-decoration: none;

	/* font-weight: bold; */
	/* color: rgba(255,255,255,1.00); */
	/* color: rgba(10,10,10,1.00); */
	color: white;
}






.nav_f {
  display: flex;
  justify-content: space-around;
	text-decoration: none;
	font-weight: bold;
	/* color: rgba(10,10,10,1.00); */
	/* color: white; */
	padding-top: 20px;
	height: 20px;
	line-height: 20px;
}

.nav_f > a {
  display: flex;
  align-items: center;
	text-decoration: none;
	font-weight: bold;
	/* color: rgba(10,10,10,1.00); */
	/* color: white; */
}





.bc_Red {
    background-color: rgba(255,0,4,1.00);
}

.bc_DarkGray {
    background-color: rgba(0,0,0,1.00);
}

.bc_DarkBrown {
	background-color: rgba(78,58,50,1.00);
}




.header_title{
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin-top: 10px;
}

.header_contact {
	float: right;
	height: 100px;
	margin-top: 10px;
}






.float_clear {
	clear: left;
}











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

	#sub_info1 {
		font-size: 18px;
	}

	#sub_info2 {
		font-size: 18px;
	}

	#sub_info3 {
		font-size: 18px;
	}
	
	
}












@media screen and (max-width: 960px) {
	
	.disp_pc {
		display:none;
	}
	.disp_sp {
		display:block;
	}
	
	body {
		margin-top: 60px;
	}
	
	#logo_sp {
		margin-top: 5px;
		height: 35px;
		width: auto;
		margin-right: 20px;
	}
	#towadaten_sp {
		margin-top: 5px;
		height: 35px;
		width: auto;
	}

	
	.bg_mainimg {
		height: 280px;
	}
	
	.MainMsg1, .MainMsg2, .MainMsg3{
		height: 90%;
		width: 90%;
		margin: 5% 5%;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}

	
	
	.MainMsg {
		font-size: 28px;
		line-height: 1.2em;		
	}
	
	
	

	
	.price_hoken {
	}
	.price_hoken table{
		font-size: 18px;
		line-height: 1.2em;
		margin: 20px auto 10px;
	}
	.price_hoken th {
		width: 60%;
		padding: 10px;
	}
	.price_hoken td {
		width: 40%;
		padding: 10px;
	}
	
	
	
	
	
	
	.bg_subimg {
		height: auto;
		width: 100%;
		background-position: center bottom;
		background-size:contain;
		margin: 0 auto;
		background-image: none;
	}
	
	
	
	.SubMsg {
		margin-top: 10px;
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 30px;
		margin-left: 10px;
		margin-right: 10px;
		
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		height: auto;
		
	}
	.container_subimg {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: 1fr;
	}
	

	.SubMsg_img {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		width: 100%;
		text-align: center;
	}
	
	.SubMsg_img img {
		width: 90%;
	}
	
	
	#sub_info1_sp {
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		height: 80px;
		width: 100%;
		text-indent: 0em;
		padding-left: 0em;
		margin-left: 10px;
		color: darkorange;		
	}

	#sub_info2_sp {
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		height: 80px;
		width: 100%;
		text-indent: 0em;
		padding-left: 0em;
		margin-left: 10px;
		color: darkorange;
	}

	#sub_info3_sp {
		line-height: 30px;
		font-size: 20px;
		font-weight: bold;
		height: 80px;
		width: 100%;
		text-indent: 0em;
		padding-left: 0em;
		margin-left: 10px;
		color: darkorange;
	}
	

	
	
	
	
	
	.link_Item1 {
		margin-top: 40px;
		margin-bottom: 40px;
		margin-right: 20px;
		text-align: right;
	}
	.link_Item2 {
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 20px;
		text-align: left;
	}
	
	
	.link_Item1 img{
		width: 80%;
		margin: 20px auto 10px;
	}
	.link_Item2 img{
		width: 80%;
		margin: 10px auto 20px;
	}
	
	
	
	.container_footer {
		grid-template-columns: 100%;
		grid-template-rows: 1fr 1fr;
		-ms-grid-columns: 100%;
		-ms-grid-rows: 1fr 1fr;
	}
	
	.footer_logo {
		margin-bottom: 40px;
		margin-right: 0px;
		text-align: center;
	}
	
	.footer_logo img{
		max-width: 400px;
	}
	.footer_contact {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		margin-top: 0px;
		margin-bottom: 40px;
		margin-left: 0px;
		text-align: center;
	}
	
	
	
	.midashi_M {
		height: auto;
		font-size: 20px;
		line-height: 1.2em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	.SubMsg_Midashi h2{
		font-size: 20px;
		line-height: 36px;
	}
	
	
	.grid_apply {
		width: 100%;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 10% 90%;
		-ms-grid-columns: 10% 90%;

	}

	.grid_apply img {
		width: 100px;
	}
	.midashi_no1 {
		line-height: 50px;
		font-size: 18px;
		height: 50px;
		width: 50px;
		margin-left: 0px;
	}
	.apply_hoho1 {
		grid-column: 2 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span:1;
		padding: 10px;
		line-height: 1.5em;
		font-size: 14px;
	}


	.arrow1 {
		grid-column: 1 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span:2;
		margin-top: 20px;
		margin-bottom: 20px;
	}


	.midashi_no2 {
		line-height: 50px;
		font-size: 18px;
		height: 50px;
		width: 50px;
		margin-left: 0px;

	}
	.apply_hoho2 {
		grid-column: 2 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span:1;
		padding: 10px;
		line-height: 1.5em;
		font-size: 14px;
	}


	.arrow2 {
		grid-column: 1 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span:2;
		margin-top: 20px;
		margin-bottom: 20px;
	}


	.midashi_no3 {
		line-height: 50px;
		font-size: 18px;
		height: 50px;
		width: 50px;
		margin-left: 0px;
	}
	.apply_hoho3 {
		grid-column: 2 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span:1;
		padding: 10px;
		line-height: 1.5em;
		font-size: 14px;
	}


	.arrow3 {
		grid-column: 1 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span:2;
		margin-top: 20px;
		margin-bottom: 20px;
	}


	.midashi_no4 {
		line-height: 50px;
		font-size: 18px;
		height: 50px;
		width: 50px;
		margin-left: 0px;
	}
	.apply_hoho4 {
		grid-column: 2 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span:1;
		padding: 10px;
		line-height: 1.5em;
		font-size: 14px;
	}


	.arrow4 {
		grid-column: 1 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span:2;
		margin-top: 20px;
		margin-bottom: 20px;

	}


	.midashi_no5 {
		line-height: 50px;
		font-size: 18px;
		height: 50px;
		width: 50px;
		margin-left: 0px;
	}
	.apply_hoho5 {
		grid-column: 2 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span:1;
		padding: 10px;
		line-height: 1.5em;
		font-size: 14px;
	}
	
	
	.box_fax {
		font-size: 24px;
	}
	
	
	
	
	
	
	
	
	
	
	#page_title_apply {		
		height: 200px;
		line-height: 200px;
		font-size: 28px;
		text-indent: 1em;
	}

	#page_title_effect {
		height: 200px;
		line-height: 200px;
		font-size: 28px;
		text-indent: 1em;
	}

	#page_title_business {
		height: 200px;
		line-height: 200px;
		font-size: 28px;
		text-indent: 1em;
	}

	#page_title_about {
		height: 200px;
		line-height: 200px;
		font-size: 28px;
		text-indent: 1em;
	}


	#page_title_voice {
		height: 200px;
		line-height: 200px;
		font-size: 28px;
		text-indent: 1em;
	}


	#page_title_privacy {
		height: 200px;
		line-height: 200px;
		font-size: 28px;
		text-indent: 1em;
	}
	
	
	
	
	
	.midashi_L {
		font-size: 24px;
	}
	
	
	
	.price_msg {
		line-height: 1.5em;
		font-size: 22px;
	}
	
	
	
	
	
	
	
	
	.business_gaiyo {
		margin-left: 1em;
	}




	.business_gaiyo dt {
		font-size: 20px;
		font-weight: bold;
		line-height: 2em;
		margin-left: 1em;
		margin-right: 1em;
	}

	.business_gaiyo dd {
		font-size: 18px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 1em;
		margin-right: 1em;
	}



	.business_gaiyo li {
		list-style:disc;
		margin-left: 1em;
		line-height: 1.5em;
	}

	.business_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 3em;
	}
	
	
	
	.qa_gaiyo {
		margin-left: 1em;
	}
	.qa_gaiyo dt {
		font-size: 20px;
		font-weight: bold;
		line-height: 2em;
		margin-left: 1em;
		margin-right: 1em;
	}
	.qa_gaiyo dd {
		font-size: 20px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 1em;
		margin-right: 1em;
	}
	.qa_gaiyo li {
		list-style:disc;
		margin-left: 1em;
		line-height: 1.5em;
	}
	.qa_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 3em;
	}
	
	
	
	
	
	
	
	.about_table {
		margin-top: 20px;
	}



	.about_table dl {
		display: table;
		width: 100%;
	}
	.about_table dt, .about_table dd {
		display: table-cell;
		vertical-align: middle;
		margin-bottom: 30px;
		font-size: 18px;
		height: 50px;
	}
	.about_table dt {
		margin-left: 0px;
		margin-right: 0px;
		float: left;
		clear: left;
		width: 25%;
		text-indent: 2em;
	}

	.about_table dd {
		margin-left: 0px;
		margin-right: 0px;
		width: 75%;
	}
	
	
	
	
	
	
	.effect_gaiyo {
		margin-left: 1em;
	}
	.effect_gaiyo dt {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 20px;
		margin-right: 20px;
	}
	.effect_gaiyo dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.effect_gaiyo li {
		list-style:disc;
		margin-left: 30px;
		line-height: 1.5em;
	}
	.effect_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 40px;
	}
	
	
	
	
	
	.voice_gaiyo dt {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 20px;
		margin-right: 20px;
	}

	.voice_gaiyo dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 40px;
		margin-right: 40px;
	}
	
	
	
	
	
	
	
	
	.area_privacy dt {
		font-size: 18px;
		line-height: 1.5em;
		margin-left: 20px;
		margin-right: 20px;
	}

	.area_privacy dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 40px;
		margin-right: 40px;
	}

	.area_privacy ul {
		margin-left: 20px;
	}
	
	

	.price_info table {
		width: 80%;
		text-align: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 1.2em;
	}
	
	

}



@media screen and (max-width: 830px) {
	
	.MainMsg {
		font-size: 20px;
	}
	
	

	

}



@media screen and (max-width: 720px) {
	
	.bg_mainimg {
		height: 240px;
	}
	
	.MainMsg1, .MainMsg2, .MainMsg3{
		height: 100%;
		width: 100%;
		margin: 0 0;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}


}


@media screen and (max-width: 680px) {
	
	
	.bg_mainimg {
		height: 180px;
	}
	
	.MainMsg1, .MainMsg2, .MainMsg3 {
		background-position:top center;
		background-size:contain;
		margin-top: 20px;
	}

	
	.MainMsg {
		font-size: 20px;
	}
	
	
	
	
	.MainTel {
		width: 100%;
		font-size: 48px;
		text-align: center;
	}

	
	.MainTel table {
		margin: 0 auto;
		width: 80%;
	}

	.MainTel img{
		height: 60px;
	}
	
	
	.price_info table {
		width: 90%;
		text-align: 0 auto;
		text-align: center;
		font-size: 14px;
		line-height: 1.2em;
	}
	
	
	
}



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

	.MainMsg {
		font-size: 18px;
	}
	
}





@media screen and (max-width: 560px) {
	
	#logo_sp {
		margin-right: 5px;
		height: 30px;
	}
	
	#towadaten_sp {
		height: 30px;
	}


	
	.container_mainimg {
		width: 100%;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		-ms-grid-columns: 1fr;
		-ms-grid-rows: 1fr 1fr 1fr;
	}
	
	
	.bg_mainimg {
		height: auto;
	}
	
	.MainMsg1 {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		background-position:center center;
		background-size:contain;
		height: 120px;
		width: 100%;
		margin: 0 0;
		padding: 20px 0;
		font-size: 18px;
		line-height: 1.2em;
		text-align: center;
		
		border-bottom: solid 3px darkorange;
		
		
	}
	.MainMsg2 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
		background-position:center center;
		background-size:contain;
		height: 120px;
		width: 100%;
		margin: 0 0;
		padding: 20px 0;
		font-size: 18px;
		line-height: 1.2em;
		text-align: center;

		border-bottom: solid 3px darkorange;
		
	}
	.MainMsg3 {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		background-position:center center;
		background-size:contain;
		height: 120px;
		width: 100%;
		margin: 0 0;
		padding: 20px 0;
		font-size: 18px;
		line-height: 1.2em;
		text-align: center;
		
	}
	
	
	.MainMsg {
		font-size: 16px;
	}
	
	
	.price_msg {
		line-height: 1.2em;
		font-size: 16px;
	}
	
	
	.MainTel {
		font-size: 36px;
		width: 100%;
		margin: 0 0;
	}

	.MainTel table {
		width: 90%;
		margin: 0 auto;
	}

	.MainTel img{
		height: 50px;
	}
	
	
	
	
	.footer_logo img{
		width: 80%;
	}
	
	
	
	
	.price_hoken {
		font-size: 14px;
	}
	.price_hoken table{
		font-size: 14px;
	}
	.price_hoken th {
		width: 50%;
	}
	.price_hoken td {
		width: 50%;
	}
	
	
	
	
	#sub_info1_sp {
		line-height: 1.5em;
		font-size: 14px;
	}

	#sub_info2_sp {
		line-height: 1.5em;
		font-size: 14px;
	}

	#sub_info3_sp {
		line-height: 1.5em;
		font-size: 14px;
	}
	
	.SubMsg {
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.SubMsg_Midashi h2{
		font-size: 18px;
		line-height: 24px;
	}
	
	
	.container_footer {
		grid-template-columns: 100%;
		grid-template-rows: 1fr;
		-ms-grid-columns: 100%;
		-ms-grid-rows: 1fr;
	}
	
	.footer_logo {
		height: auto;
	}

	.footer_contact {
		height: auto;
		text-decoration: none;
	}
	
	.contact_add {
		font-size: 14px;
		line-height: 20px;
	}
	.contact_tel {
		font-size: 18px;
		line-height: 22px;
	}
	
	.container_link {
		grid-template-columns: 100%;
		grid-template-rows: 1fr 1fr;
		-ms-grid-columns: 100%;
		-ms-grid-rows: 1fr 1fr;
	}	
	
	
	.midashi_M {
		height: auto;
		font-size: 16px;
		line-height: 1.2em;
	}
	
	.link_Item1 {
	
		width: 100%;
		height: auto;
		margin:0;
		text-align: center;
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	.link_Item2 {
		height: auto;
		text-decoration: none;
		width: 100%;
		margin:0;
		text-align: center;

		grid-column: 1 / 2;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	

	
	
	
	
	
	.grid_apply {
		grid-template-columns: 50px 1fr;
		-ms-grid-columns: 50px 1fr;
	}
	
	
	
	.kyori_info {
		font-size: 14px;
		line-height: 1em;
	}
	

	.box_fax {
		height: 80px;
		line-height: 80px;
		font-size: 14px;
		font-weight: bold;
		padding: 20px;
		width: 80%;
	}
	
	
	
	
	#page_title_apply {		
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-size: contain;
		margin-bottom: 20px;
	}

	#page_title_effect {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-size: contain;
		margin-bottom: 20px;
	}

	#page_title_business {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-size: contain;
		margin-bottom: 20px;
	}

	#page_title_about {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-size: contain;
		margin-bottom: 20px;
	}


	#page_title_voice {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-size: contain;
		margin-bottom: 20px;
	}


	#page_title_privacy {
		height: 100px;
		line-height: 100px;
		font-size: 18px;
		background-size: contain;
		margin-bottom: 20px;
	}
	
	
	.midashi_L {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		text-indent: 1em;
	}
	
	
	
	
	
	
	
	.business_gaiyo {
		margin-left: 0.5em;
	}
	.business_gaiyo dt {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.business_gaiyo dd {
		font-size: 14px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.business_gaiyo li {
		margin-left: 2em;
		line-height: 1.2em;
	}
	.business_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 3em;
	}
	
	
	
	.qa_gaiyo {
		margin-left: 0.5em;
	}
	.qa_gaiyo dt {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.qa_gaiyo dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.qa_gaiyo li {
		margin-left: 2em;
		line-height: 1.2em;
	}
	.qa_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 3em;
	}
	
	
	
	
	
	
	

	.about_table dt, .about_table dd {
		font-size: 14px;
		height: auto;
	}
	.about_table dt {
		text-indent: 0em;
		margin-left: 1%;
		width: 20%;
	}

	.about_table dd {
		margin-left: 1%;
		margin-right: 1%;
		width: 77%;
	}
	
	
	
	
	
	
	.effect_gaiyo {
		margin-left: 0.5em;
	}
	.effect_gaiyo dt {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.effect_gaiyo dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	.effect_gaiyo li {
		margin-left: 2em;
		line-height: 1.2em;
	}
	.effect_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 3em;
	}
	
	
	
	.voice_gaiyo dt {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	.voice_gaiyo dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	
	
	
	
	
	.area_privacy dt {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5em;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	.area_privacy dd {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 10px;
		margin-left: 0.5em;
		margin-right: 0.5em;
	}

	
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	

	.price_info {
		width: 100%;
	}
	.price_info th,
	.price_info td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
		
	.price_info td {
		margin-bottom: 20px;
	}
	







	.price_sample table{
		font-size: 14px;
	}
	
	.price_sample th {
		margin: 0;
		padding: 0;
	}


	
}


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

	.MainTel {
		font-size: 28px;
		width: 100%;
		margin: 0 0;
	}

	.MainTel img{
		height: 40px;
	}

	.price_msg {
		line-height: 1.2em;
		font-size: 14px;
	}
	
}


@media screen and (max-width: 360px) {
	#logo_sp {
		margin-right: 5px;
		height: 25px;
	}
	
	#towadaten_sp {
		height: 25px;
	}

	
	
	#page_title_apply {		
		font-size: 14px;
		font-weight: bold;
	}

	#page_title_effect {
		font-size: 14px;
		font-weight: bold;
	}

	#page_title_business {
		font-size: 14px;
		font-weight: bold;
	}

	#page_title_about {
		font-size: 14px;
		font-weight: bold;
	}


	#page_title_voice {
		font-size: 14px;
		font-weight: bold;
	}


	#page_title_privacy {
		font-size: 14px;
		font-weight: bold;
	}
	
	.midashi_L {		
		font-size: 14px;
		font-weight: bold;
	}
	

	.about_table dt {
		margin-left: 1%;
		width: 20%;
	}

	.about_table dd {
		margin-left: 1%;
		margin-right: 1%;
		width: 77%;
	}
	
	
	

	.effect_gaiyo dt {
		font-size: 14px;
	}
	.effect_gaiyo dd {
		font-size: 14px;
	}
	.effect_gaiyo li {
		margin-left: 1.5em;
		line-height: 1.2em;
	}
	.effect_gaiyo ol {
		margin-top: 10px;
		margin-bottom: 3em;
	}
	
	
	.voice_gaiyo dt {
		font-size: 14px;
	}

	.voice_gaiyo dd {
		font-size: 14px;
	}
	
	
	.area_privacy dt {
		font-size: 14px;
	}

	.area_privacy dd {
		font-size: 14px;
	}
	
	
}


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

	.MainTel {
		font-size: 18px;
	}

	.MainTel img{
		height: 30px;
	}

}

