@charset "utf-8";

/*--INDEX( for Mobile Phone ) -------------------------------------------------------------------

/* 1: reset
/* 2: set tags
/* 3: set common selecter
/* 4: layout block
/* 5: navigation
/* 6: items
/* 7: float
/* 8: text styles
/* 9: spacer
/* 10: corner box
/* 11: table
/* 12: page design (common)
/* 13: page design (own)
 
Copyright さわやか無線センター

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

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
html, body, div, 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, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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;
	vertical-align: baseline;
	color:#3d3d3d;
}
html, body, div, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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 {
	font-style: normal;
	font-weight: normal;
}
div, 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, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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 {
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "Arial Narrow","メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	background: #fff;
}
body {
	font-size: 16px;
	font-size: 1.4rem;
	background: #fff;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
}
li {
	font-size: 16px;
	font-size: 1.4rem;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	width: 100%;
}

.pc,.sp-hide { display:none; }
.sp { display:block; }
.sp-inline{display: inline-block;}
.sp320 { display:none; }
@media only screen and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
 .sp320 { display:block; }
 }
iframe { width:100%;height:auto; }

/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

hr { border:none;border-top:dashed 1px #cccccc;height:1px;color:#FFFFFF;width:auto;margin-bottom:15px;}
a{color: #3d3d3d; text-decoration: none;}

img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }
img.sp100 { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong { font-weight: bold; text-transform: none; }

a.internal_links,a.external_links,a .external_links{text-decoration: underline; font-weight: bold; color:#ffa600;}


/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/
 /* set border ( full wrapp ) */
.border { border: 1px solid #71dfd3; }
/* set color */
.cRed  { color: #FF0000; }
.cBlue { color: #0084f3; }
.cWhite { color: #FFFFFF; }


/* set position */
.tCenter {
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }
/* set block contents */
.disp-b{display: block;}

/* set text */
.txSmall  { font-size: 9px; }
.tSmall  { font-size: 11px; }
.tLead  { font-size: 15px; }
.tLarge  { font-size: 18px; }
.txLarge { font-size: 20px; }
.tsxLarge { font-size: 22px; }

.bold { font-weight: bold; }

/* set kadomaru box style */
.rad {
    border-radius: 6px;  
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px;
}

/* set drop shadow */
.sh {
    box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
    -webkit-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
    -moz-box-shadow:rgba(222, 222, 222, 0.65098) 0px 2px 6px 1px;
}
/* set button */
.button,
.button-backpage {
    background-color: #ffa600;
    position: relative;
    text-decoration: none;
    display: block;
    padding:0 10px;
    margin-bottom: 20px;
    font-size: 1em;
    text-align: center;
    cursor:pointer;
    color:#fff;
}
.button a,
.button-backpage a,
.button-formback a{
    max-width:100%;
    padding: 10px !important;
    color:#fff;
    text-decoration:none;
    width:auto;
    display:block;
}
.button a strong{color: #fff;}
.button-formback {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-size: 1em;
    text-align: center;
    background-color: #828282;
    border: solid 1px #828282;
    cursor:pointer;
}
.button:after{
    position:absolute;
    top: 30%;
    right: 8px;
    content: "\f054";
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}
.button-backpage::before,
.button-formback::before {
    position:absolute;
    content: "\f053";
    top: 30%;
    left: 8px;
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}
.nonext,
.nonext:active,
.nonext:hover{
    padding: 10px !important;
    background-color: #828282;
    border: solid 1px #828282;
    cursor:default;
    -webkit-box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #828282, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
}

.nonext:before,
.nonext:after{
    content: " ";
}

.layout-3buttons div p{
    margin-bottom: 20px;
}
.layout-3buttons .left_btn p,
.layout-3buttons .right_btn p{
    max-width:100%;
}
.layout-3buttons .center_btn p{
    width:100%;
}

/* set pagenation */
#pagenation {
    text-align:center;
    width:100%;
   line-height: 1.6em;
    margin-bottom: 20px;
}

#pagenation span {
    display: inline-block;
}

#pagenation a {
    padding: 10px 8px;
    display: block;
    font-size: 1em;
    text-align: center;
    display: inline-block;
}

#pagenation span.current a{
    background:#ffa600;
    color:#fff;
}

/*CMSページ対応ボタン*/
.button02 p,
 .button02-backpage p{
    max-height:45px;
    background: #ffa600;
    position: relative;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-size: 1em;
    text-align: center;
    cursor:pointer;
}

 .button02 p a,
 .button02-backpage p a,
 .button02-formback p a,
 .button02 p a:hover,
 .button02-backpage p a:hover,
 .button02-formback p a:hover {
    padding: 8px 10px !important;
    color:#fff;
    text-decoration:none;
    width:auto;
    display:block;
}
.button02-formback p{
    position: relative;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-size: 1em;
    text-align: center;
    background-color: #828282;
    border: solid 1px #828282;
    cursor:pointer;
}

.button02 p:after{
    position:absolute;
    top: 30%;
    right: 8px;
    content: "\f054";
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}
.button02-backpage p:before,
.button02-formback p:before {
    position:absolute;
    content: "\f053";
    top: 30%;
    left: 8px;
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}

.nonext02{max-height: 45px;}
.nonext02 p,
.nonext02 p:active,
.nonext02 p:hover{
    padding: 8px 0!important;
    background-color: #828282;
    border: solid 1px #828282;
    cursor:default;
    -webkit-box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
    -moz-box-shadow: inset 0px 1px 0px #828282, 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #828282,0px 1px 0px #fff;
    opacity:1;
}
.nonext02 p::before,
.nonext02 p::after{
    content: " ";
}

a.blank { position:relative; padding-right:30px; }
a.blank:after { position:absolute;top: 50%; content: "\f08e";font-family: FontAwesome; font-size: 12px; margin-top: -6px;color:#333;margin-left:10px;}
a.pdf { position:relative; padding-right:30px; }
a.pdf:after { position:absolute;top: 10px; content: "\f1c1";font-family: FontAwesome; font-size: 12px; margin-top:0px; padding: 0 0 0 12px; color:#ff0000;}
a.exl { position:relative; padding-right:30px; }
a.exl:after { position:absolute;top: 10px; content: "\f1c3";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#59cc2b;}
a.word { position:relative; padding-right:30px; }
a.word:after { position:absolute;top: 10px; content: "\f1c2";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#2a2e88;}
a.ppt { position:relative; padding-right:30px !important; }
a.ppt:after { position:absolute;top: 10px; content: "\f1c4";font-family: FontAwesome; font-size: 12px; margin-top: -10px;color:#ffa119;}

a .blank { position:relative; padding-right:30px; }
a .blank:after { position:absolute;top: 50%; content: "\f08e";font-family: FontAwesome; font-size: 12px; margin-top: -6px;color:#333;margin-left:10px;}
/* set float */
@media all and (orientation: portrait) {
.fLeft { float:none;}
.fRight { float:none;}
}

.sp-floatwrapp .fLeft { float:left;}
.sp-floatwrapp .fRight { float:right;}

/* set width for float items */

.w10 { width: auto; }
.w20 { width: auto; }
.w30 { width: auto; }
.w40 { width: auto; }
.w50 { width: auto; }
.w60 { width: auto; }
.w70 { width: auto; }
.w80 { width: auto; }
.w90 { width: auto; }
.w100 { width: auto; }

.w2clm_l { width:auto; }
.w2clm_r { width:auto; }
.w3clm { width:32% }
.w4clm { width:24% }

.sp-floatwrapp .w10 { width: 9%; }
.sp-floatwrapp .w20 { width: 19%; }
.sp-floatwrapp .w30 { width: 29%; }
.sp-floatwrapp .w40 { width: 39%; }
.sp-floatwrapp .w50 { width: 49%; }
.sp-floatwrapp .w60 { width: 59%; }
.sp-floatwrapp .w70 { width: 69%; }
.sp-floatwrapp .w80 { width: 79%; }
.sp-floatwrapp .w90 { width: 89%; }
.sp-floatwrapp .w100 { width: 99%; }

.sp-floatwrapp .w2clm_l { width:58%; }
.sp-floatwrapp .w2clm_r { width:40%; }
.sp-floatwrapp .w3clm { width:32% }
.sp-floatwrapp .w4clm { width:24% }

/*flex-box------------------------*/
.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100%;	
}
/* set flex-box wrapp */
.flexNormal {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flexBetween {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}

.noflex .flexNormal,
.noflex .flexBetween {
	width: 100%;
	height: auto;
	display: block;
}

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/

/* =======================================
   4-1: wrapper
========================================== */

#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    text-align:left;
    overflow-x: hidden;
}

body > div#container {
    height: auto;
    min-height: 100%;
}

div#main{
    padding-bottom: 0;
}

/*========================================
    :svg (logo) 
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
img.header-logo{width:240px;}
/*iphone5/5s*/
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
  img.header-logo{width:230px;}
}

/* =======================================
   4-2: header section
========================================== */
header {
 height:80px;
 padding:0;
 position:relative;
 top:0px;
 width:100%;
}
.header-inner{
    width: calc(100% - 10px);
    margin-left:10px;
    height:70px;
}
.header-inner .logo{
    float:left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width:40%;
    max-width:240px;
    height:70px;
}

.header_contact_wrap{
    float:right;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:58%;
    max-width:300px;
}
.header_contact_wrap .contact_phone{
    position:relative;
    width:240px;
    text-align:center;
	padding:4px 0;
}
.header_contact_wrap .contact_phone .title{
    display:inline-block;
    padding:0 1.5em;
    font-size:12px;
    border-radius:16px;
    letter-spacing:-0.05em;
    border:1px solid rgba(0, 0, 0, 0.1);
}
.header_contact_wrap .contact_phone strong{
    font-size:20px;
    letter-spacing:-0.06em;
	line-height: 1.5em;
}
.header_contact_wrap .contact_phone span{
    display: block;
	font-size:12px;
	line-height: 1em;
}

.header_contact_wrap .contact_mail a{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center; 
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width:70px;
    height:70px;
    background:#22c3b4;
}
.header_contact_wrap .contact_mail a:hover{
    opacity:0.6;
    transition:0.3s;
}
.header_contact_wrap .contact_mail a span{
    position:relative;
    display:inline-block;
    padding-top:24px;
    font-size:10px;
    letter-spacing:-0.1em;
    text-align:center;
    color:#fff;
}
.header_contact_wrap .contact_mail a span:before {
        position: absolute;
        top: 0px;
        left: calc(50% - 9px);
        z-index: 10;
        font-size: 18px;
        font-family: FontAwesome;
        content: "\f003";
        color: #fff;
}
.header-bottom{
    width: 100%;
    height:20px;
    background: url(../img/common/header-border_bottom.png) repeat-x bottom; 
}
.header-bottom p{
    width: calc(100% - 10px);
    margin-left:10px;
    text-align: left;
}
.header-bottom p img{
    margin-top:2px;
    width:auto;
    height:12px; 
    display: inline-block; 
    text-align: left;
}
/* =======================================
   4-4: footer section
========================================== */
.footer-bottom{
    width:100%;
    padding: 30px 0;
    background: #22c3b4;
}
.copyright{
    clear: both;
    padding:0;
    margin: 0;
    text-align:center;
    font-size: 12px;  
}
.copyright *{color:#fff;}

/* =======================================
   6-1: set list styles ( contents )
========================================== */
/* set icon+text link*/

ul.linknext li a, .linknext ul li a{display:block;width:auto; padding:10px;width:auto;position:relative; padding-left:30px;}

.linknext ul li a:before,
ul.linknext li a:before{
    position: absolute;
    top:11px;
    left:-5px;
    z-index: 10;
    content: "\f054";
    font-size: 16px;
    font-family: FontAwesome;
    color: #ffa600;
}
/*.section ul,*/
.section ol {
    margin:0;
    padding:0;
} 

.section ul li {
    list-style-type:none;
    margin-bottom:0.8em;
    padding:0 0 0 1.8em;
    list-style-position:inside;
    font-size:1em;
    text-indent: 0em;
    line-height:1.6em;
    position:relative;
}
.section ul li a{margin-left: -0.8em;}
.section .normal ul li:after,
.section ul.normal li:after{ position:absolute;top:0px; left: 8px; content: "\f111";font-family: FontAwesome; font-size:6px; color:#71dfd3;}

.section .linknext {
    margin:0;
}

.section ul.linknext li,
.section .linknext ul li {
    list-style-image:none;
    text-indent: 0;
    line-height:1em !important;
}
.section ul.linknext li a,
.section .linknext ul li a{
    padding-left:18px;
    color:#3d3d3d;
    text-decoration: underline;
}

.section ul.linknext li a span,
.section .linknext ul li a span{text-decoration: underline;}
.section ol li {
    list-style-image:none;
    list-style-type:decimal;
    margin:0 0 0.5em 1em;
    padding:0 0 0 1em;
    list-style-position:inside;
    font-size:1em;
    text-indent: -1.5em;
    line-height:1.8em;
}
.section .normal ul li a,
.section ul.normal li a,
.section ol li a {
    padding-left:14px;
    text-decoration: underline;
    color:#3d3d3d;
}

/*.section ul.normal li a{padding-left:18px !important;}*/
/*---------------------------------------------------------------------------
/* 7: float
 --------------------------------------------------------------------------*/

/* =======================================
   7-1: float clear
========================================== */

.clearfix:after {
  content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------------------------------------------------------------------------
/* 8: text styles
 --------------------------------------------------------------------------*/

/* =======================================
   8-1: lead text
========================================== */
h1,h2,h3,h4,h5,h6 { clear:both; text-align:left; }

.contents-title{margin-bottom:30px;}
.contents-title-inner{width:100%; padding:60px 0 0px;}
.title_outer{
    width:100%;
    padding:7px 0;
    background:rgba(34, 195, 180, 0.6); 
}
.title_outer .page-title,
.title_outer .title_en{width:96%; margin: 0 auto; }
.title_outer .title_en strong{
    color:#fff;
    font-size:14px;
    padding-bottom:10px;
}
.contents-title .charter{
    max-height: 400px;
    background: url(../img/home/h2_bg.png) no-repeat 60% 0%;
    background-size: auto 100%;
}

p.h1_category,h1{
    font-weight: bold;
    color:#fff; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
p.h1_category{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
}
h1{ font-size: 24px; letter-spacing:0.001em; }
h1.long-title{ font-size: 22px;}
h2{
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}
h2 span.parallelogram02{
    position: absolute;
    top:4px;
    display: inline-block;
    width:16px;
    height:20px;
    margin-right: 14px;
    background-color: #71dfd3;
    -moz-transform-origin:0 100%;
    -webkit-transform-origin:0 100%;
    transform-origin:0 100%;
    -moz-transform:skewX(-25deg);
    -webkit-transform:skewX(-25deg);
    transform:skewX(-25deg); 
    vertical-align: middle;
}
h2 strong{
    width:90%;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
}

h3,h4,h5,h6{
    width:100%;
    margin-bottom: 10px;
}
h3{
    font-size: 16px;
    padding:10px 0 10px 0px;
    background: #22c3b4;
}
h3 strong{
    display: inline-block;
    padding-left: 8px;
    color:#fff;
}
h4{
    font-size: 16px;
    padding:8px 0 8px 0px;
    border-bottom: 2px solid #71dfd3;
    border-left:1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;
    background: #fdfdfd;
}
h4 strong{padding-left: 8px; display: inline-block;}
h5{    
    padding:8px 0 8px 0px;
    font-size: 16px;
    background: url(../img/common/bg_pattern01.gif) repeat-x bottom;
}
h5 strong{/*padding-left: 8px;*/ color:#22c3b4; }
h6{
    font-size: 16px;
    padding:8px 0 8px 0;
    background: url(../img/common/h5_bg.gif) no-repeat bottom left;
}
h6{color:#4c4c4c; font-weight: bold;}

/*---------------------------------------------------------------------------
/* 9: spacer
 --------------------------------------------------------------------------*/
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb05 {margin-bottom:5px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb15 {margin-bottom:15px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}

/*---------------------------------------------------------------------------
/* 10: corner box
 --------------------------------------------------------------------------*/

.b-type01 {
    margin: 0 0 20px;
    padding: 15px 1em;
    width: auto;
    border: 1px solid #c2c2c2;
    background-color: #FFFFFF;
    line-height: 1.5em;
}
.b-type01 > div.contact p {
    margin:0;
}
.b-type02 {
    margin: 0 0 20px;
    padding: 15px 1em;
    width: auto;
    background-color: #f7f7f7;
    line-height:1.5em;
}

.b-type03 {
    margin: 0 0 20px;
    padding: 15px 1em;
    background-color: #f3fdfc;
    line-height: 1.5em;
}

/* =======================================
   11-1: normal style
========================================== */

@media all and (orientation: portrait) {
table.sp-chg th,table.sp-chg td{ display:block !important; width:auto;}
table.sp-chg table{width:99%;}
}

table.table01       { border-color:#c2c2c2;border-style:solid;border-width:1px 0 0 1px;border-collapse: collapse;margin:0 0 20px;width:100%;}
table.table01 th    { border-color:#c2c2c2; border-style:solid; border-width:0 1px 1px 0;color:#333333; font-weight:bold;padding:10px 16px;line-height:1.5em;text-align:left; background-color: #f7f7f7; vertical-align: middle;}
table.table01 th.th-child   { background-color: #ddd; }
table.table01 td    { border-color:#c2c2c2; border-style:solid; border-width:0 1px 1px 0px; background-color:#FFFFFF;padding:10px 16px;line-height:1.5em; vertical-align:middle;}

/* =======================================
   11-2: yokokei style
========================================== */

table.table02       { font-size: 95%;border:#c2c2c2;border-style:dotted;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px;width:100%; }
table.table02 th    { border-color:#c2c2c2;border-style:dotted;border-width:0 0 1px 0; color:#333333;padding:10px 16px;line-height:1.5em;vertical-align:top;text-align:left;background:#f7f7f7;font-weight:bold;}
table.table02 td    { border-color:#c2c2c2;border-style:dotted;border-width:0 0 1px 0px;padding:10px 16px; line-height:1.5em;vertical-align:top; }

/* =======================================
   11-3: flow style
========================================== */
table.table03 {border:none; margin-bottom: 10px;}

table.table03 th{width:10%; height:4em; padding:1em; text-align:center; font-size:0.8em;font-weight:bold; vertical-align: middle; color:#fff; background-color: #71dfd3;}
table.table03 td{width:79%;vertical-align: middle; padding-left: 1em;}
table.table03 th.arrow{background:#fff url(../img/common/green-line.gif) repeat-y center center; height:1em;}
table.table03 td.arrow{ height:1em;}

table.table03.license th,
table.table03.program th{width:30%; /*background-color: #616262; background:#616262 url(../img/common/bg_triangle.png) no-repeat top left; background-size:14px;*/
    background-color: #22c3b4; background:url(../img/common/bg_pattern01.gif); color:#444;
    position: relative;
    border-width:0 1px 1px 0; border-color:#c2c2c2;border-style:solid;
}
table.table03.license th:before,
table.table03.program th:before{
    position: absolute;
    top:0;
    left:0;
    content: url(../img/common/bg_triangle.png);
    width:14px;
}
table.table03.license th.arrow,
table.table03.program th.arrow{border:none; background:#fff url(../img/common/gray-line.gif) repeat-y center center; height:1em;}
/* =======================================
   11-4: nonframe style
========================================== */

table.none          { border: none;margin-bottom:10px; }
table.none td       { background-color:#ffffff;padding:5px;line-height:1.5em; }

/* =======================================
   11-5: for inner table
========================================== */

table.table01 table     { border:none;margin:0;padding:0; }
table.table01 table th  { border:none; margin:0; padding:0; font-weight: bold; }
table.table01 table td  { border:none;font-size: 100%;margin:0;padding:2px; }



table th.c, td.c    { text-align:center; }
table th.m, td.m    { vertical-align:middle; }
table th.r, td.r    { text-align:right; }




/*---------------------------------------------------------------------------
/* 12: page design (common) 
 --------------------------------------------------------------------------*/
article{
    width:90%;
    margin:0 auto;
}
section.section{
    margin:0;
    padding-bottom: 20px;
    width:auto;
}


/* =======================================
   13-: (sub)contact
========================================== */
.contact-step-navi{
    overflow:hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:100%;
    margin-bottom:40px;
}
div.contact-step{
    position: relative;
    width: calc(100% / 4 - 10px);
    height: 50px;
    background: #eee;
    text-align: left;
    padding-left: 10px;
    border-left: 2px solid #fff;
}

div.contact-step:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #eee;
    z-index: 9999;
}
div.contact-step:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #fff;   
}

div.contact-step span{
    line-height: 50px;
    color: #ffffff;
    padding-left: 2px;
    padding-right: 2px;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:0.8em;
    text-align:center;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:10px;
    font-weight:normal;
    color:#999;
    font-size:9px;
    margin:0 0 0 8px;
}

div.contact-step dd{
    font-weight:bold;
    color:#999;
    font-size: 0.9em;
    margin:0 0 0 8px;
    white-space:nowrap !important;
}
div.contact-current{
    background: #22c3b4;
}
@media screen and (max-width: 480px) {
div.contact-step dt,    
div.contact-step dd{margin-left:4px;font-size:0.8em;}
}

div.contact-current dt{
  margin-bottom: -1px;
  padding-top: 10px;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 0.8em;
}

div.contact-current dd{
  font-weight: bold;
  color: #FFFFFF;
}

div.contact-current:after{
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #22c3b4;
    z-index:9999;
}
div.contact-current:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #fff; 
}
div.contact-step.step1:before,
div.contact-current.step1:before{
    border-top: none;
    border-bottom: none;
    border-left: none;
}

/*-----------------
form
------------------*/
table.form{
   width: 100%;
   font-size:0.9em !important;
}

table.form th,table.form td{
   line-height:2em;
   vertical-align: top;
}

table.form .bg01{background:#e5ede9;}
table.form th span,
.form span.required,
.form span.any{
  padding: 3px 6px;
  font-size: 0.9em;
  color: #FFFFFF;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  behavior:url("/common/cssnew/PIE.htc"); /* for IE7 */
  zoom:1;
}

.form span.required {
  background-color: #ff3e3e;
}

.form span.any {
  background-color: #0083f4;
}

.form .attention{
	color: #ff3e3e;
	display: block;
	border: 1px solid #ff3e3e;
	padding:1em;
	border-radius: .5em;
	font-weight: bold;
}

.select_wrap {
  position: relative;
  display: inline-block;
  width:calc(100% - 10px);
  margin-right: 10px;
  border:1px solid rgba(0, 0, 0, 0.1);
}
.select_wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
table.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
    line-height: 36px;
}


table.form input{
   width: 94%;
   display: inline;
   padding:6px 6px 8px;
}

table.form input.table-w-xsmall{
   width: 40%;
   display: inline;
}
table.form input.table-w-small{
    width:80%;
    display: inline;
}
table.form .calendar{
    position:relative;
    display:inline-block;
    width:90%;
}
table.form .calendar::before{
    position:absolute;
    left:6px;
    top:2px;
    font-family: FontAwesome;
    font-size:18px;
    content:"\f073";
    color:#22c3b4;
    z-index:9999;
}
table.form .text01{
    display:inline-block; 
    width:1em;
    margin:0 10px;
}
table.form .calendar input{
    position:relative;
    display:inline-block;
    width:90%;
    padding-left:30px;
}

table.form option{
   width: auto;
}

table.form textarea{
   width: 100%;
}

input[type="button"].button-w-s{
   width: 45%;
}

input[type="button"].button-w-s-gl{
   width: 45%;
}

input[type="button"].button-formback{
   padding:10px !important;
}
/**/
table.form input[type="radio"],
table.form input[type="checkbox"]{
   width: auto;
   display: inline;
}
table.form input[type="checkbox"],
input[type="checkbox"] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;  
  display:inline-block;  
  position: relative;
  width: 16px !important; 
  height: 16px !important;
  padding:6px!important;
  line-height:1em;
  border: 1px solid #000;
  vertical-align: -2px; 
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.policy_guide_check label{font-size:16px; font-weight:600;}

table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}
table.form input#address{margin-top: 0.6em;}
form .button ,form .button-formback{ width:49%; cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;  }

body.form form .button ,form .button-formback{ width:100%; }

form .button{
    width:100%;
    padding: 10px 10px !important;
}
form .button-formback{
    width:100%;
    padding: 10px 10px !important;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    /*border-color:#ffa600;*/
    border:none; 
    box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -moz-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );
    -webkit-box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.1 );  
}
input[type="text"] {
   -webkit-appearance: none;
   border-radius: 0;
   font-size: 1em;
   border-color: #c2c2c2;
}
input[type="button"] {
   -webkit-appearance: none;
   border-radius: 0;
}
textarea{
   -webkit-appearance: none;
   border-radius: 0;
   border-color: #c2c2c2;
}

div#chksame{ margin:1em auto; text-align: center; }