@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
 --------------------------------------------------------------------------*/

* { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0; padding: 0; }

html { background-color:#fff;height:100%;font-family: "ヒラギノ角ゴ ProN W3", Arial, "Arial Narrow","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}

body { margin:0 auto;padding:0px;text-align:left;color: #3d3d3d; font:14px; background-color:#fff;height:100%;-webkit-text-size-adjust: 100%;letter-spacing:0.5px; min-width:1180px; }

img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {padding:2px;}


* html div#container{
	height:100%;
}

/*---------------------------------------------------------------------------
/* 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;}
a:link { color: #3d3d3d;text-decoration:none; }
a.internal_links,a.external_links,a .external_links{text-decoration: underline; color: #ffa600; font-weight: bold;}
a.internal_links:hover,a.external_links:hover, a .external_links:hover{
    color: #ffa600;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;  
    filter: alpha(opacity=60); 
}
div.internal_links-outer{padding-top: 30px;}
/*
a:visited { color: #085300; }
a:active { color: #ff470f; text-decoration: none; }
a:hover { color: #ff470f; text-decoration:none; -webkit-transition: all .3s; transition: all .3s; }
*/
img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }
.scale_up{overflow:hidden;}

.scale_up img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.scale_up a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
strong { font-weight: bold; text-transform: none; }

.sp,
.sp-inline,
.sp320 { display:none; }
.pc { display:block;}

 iframe { width:100%;height:auto; }

/*---------------------------------------------------------------------------
/* 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: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 1.4em;color: #666; }
.tLarge  { font-size: 1.6em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }

.bold { font-weight: bold; }
/* set body section */
section { }
section p { line-height:1.8em;margin-bottom:20px;font-size:1em; }
section p.tLead {margin-top:20px; margin-bottom:20px; }
section p a { font-weight:bold; }

/* set fade */
.fade {  
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}

/* 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: #ffa600;
    position: relative;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-size: 1em;
    text-align: center;
    cursor:pointer;
}
.button a,
.button-backpage a,
.button-formback a,
.button a:hover,
.button-backpage a:hover,
.button-formback a:hover {
    padding: 8px 10px !important;
    color:#fff;
    text-decoration:none;
    width:auto;
    display:block;
}

.button-formback {
    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: 18%;
    right: 8px;
    content: "\f054";
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}
.button-backpage::before,
.button-formback::before {
    position:absolute;
    content: "\f053";
    top: 18%;
    left: 8px;
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}
.button:active,
.button:hover,
.button-backpage:active,
.button-backpage:hover{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;
    text-decoration:none;
}
.button-formback:active,
.button-formback:hover{
    background-color: #aaa;
    text-decoration:none;
}
.nonext,
.nonext:active,
.nonext: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;
}

.nonext::before,
.nonext::after{
    content: " ";
}
.layout-3buttons div p{
    float:left;
}
.layout-3buttons .left_btn p,
.layout-3buttons .right_btn p{
    width:19%;
}
.layout-3buttons .center_btn p{
    width:39%;
    margin: 0 10%;
}
/* set pagenation */
#pagenation {
    text-align:center;
    width:50%;
    margin: 0 10px;
}

#pagenation span {
    display: inline-block;
}

#pagenation a {
    padding: 10px 8px;
    display: block;
    font-size: 1em;
    text-align: center;
    display: inline-block;
}
#pagenation a:hover{color:#ffa600;}
#pagenation span.current a{
    background:#ffa600;
    color:#fff;
}
#pagenation span.current a:hover{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;
    text-decoration:none;    
}
/*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: 18%;
    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: 18%;
    left: 8px;
    font-family: FontAwesome;
    font-size:16px;
    color:#fff;
}

.button02 p:active,
.button02 p:hover,
.button02-backpage p:active,
.button02-backpage p:hover{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;
    text-decoration:none;
}
.button02-formback p:active,
.button02-formback p:hover{
    background-color: #aaa;
    text-decoration:none;
}
.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;
    color:#fff;
}
.nonext02 p::before,
.nonext02 p::after{
    content: " ";
}

ul.linknext li img { display:inline; padding-right: 6px; }
a.blank { position:relative; padding-right:30px; }
a.blank:after { position:absolute;top: 50%; content: "\f08e";font-family: FontAwesome; font-size: 12px; margin-top: -10px;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: -10px;color:#333;margin-left:10px;}


/* set float */
.fLeft { float:left !important;}
.fRight { float:right !important;}

/* set inner contents */
.contents-inner { margin:0 auto; width:1180px; text-align:left; position: relative; }

.pageinner { margin:0; padding:0 30px;position: relative; }

section.section{
    margin:0;
    padding-bottom: 60px;
    width:auto;
    position:relative;
}
section.section div.link-space{
    position: absolute;
    top:-100px !important;
    left:0;
    width:1px;
    height:1px;
    padding:0;
    opacity:0;
}
/*
div.link-space,  x:-moz-any-link  {
    top:-80px !important;
}*/
div.link-space p{
    height:0;
    padding:0;
}

/* set width for float items */

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


.w2clm_l { width:62%; }
.w2clm_r { width:360px; }
/*
.w2clm_l { width:650px; }
.w2clm_r { width:380px; }
.w3clm { width:32% }
.w4clm { width:24% }
*/
/* 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%;}

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


/* =======================================
   4-1: wrapper
========================================== */
#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    background-repeat: repeat-x;
    overflow-x:hidden;
    text-align:left;
}


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

div#main {
    padding-bottom: 80px;
}

/*========================================
    :svg (logo) 
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
img.header-logo{width:318px;}

.dl-app img.application-banner{width:200px;}
/* =======================================
   4-2: header section
========================================== */
header{width:100%;}
.header-inner{
    width:calc(100% - 30px);
    margin-left:30px;
    height:80px;
}
.header-inner .logo{
    float:left;
    width:318px;
    height:100%;
}

.header-inner .logo p a{
    display:inline-block;
    max-height:80px;
    padding: 28px 0 20px;
}
.header-inner .logo p a:hover{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;  
    filter: alpha(opacity=60); 
}

.header_contact_wrap{
    float:right;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width:360px;
}
.header_contact_wrap .contact_phone{
    position:relative;
    top:0px;
    width:250px;
    text-align:center;
	padding:4px;
}
.header_contact_wrap .contact_phone .title{
    display:inline-block;
    padding:0 1.5em;
    margin-bottom:0;
    font-size:12px;
    border-radius:.8em;
    border:1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.6em;
}
.header_contact_wrap .contact_phone strong{
    font-size:26px;
}
.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:110px;
    height:80px;
    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:30px;
    font-size:14px;
    text-align:center;
    color:#fff;
}
.header_contact_wrap .contact_mail a span:before {
        position: absolute;
        top: 4px;
        left: calc(50% - 9px);
        z-index: 10;
        font-size: 18px;
        font-family: FontAwesome;
        content: "\f003";
        color: #fff;
}
.header-bottom{
    width: 100%;
    background: url(../img/common/header-border_bottom.png) repeat-x bottom; 
}
.header-bottom p{
    margin-left:30px;
    font-size: 12px; 
    font-weight: bold;
}



/* =======================================
   4-4: footer section
========================================== */

footer {
    width:100%;
    margin:0;
    padding:0;
    position:absolute;
    bottom:0;
}

.footer-bottom{
    width:100%;
    padding: 30px 0;
    background: #22c3b4;
    color:#fff;
}
.copyright{
    clear: both;
    padding:0;
    margin: 0;
    text-align:center;
    font-size: 12px;
}

/*go back toppage button
------------------------------*/
p#page-back{
    position: fixed;
    bottom:113px;
    /*bottom: 574px;*/
    right: 0;
    z-index: 999999999;
}
/* IE10以降 */
@media all and (-ms-high-contrast:none){
p#page-back{
    bottom:118px;
    /*bottom: 578px;*/
}  
}
/* Microsoft Edge Browser 12+ (All) - @supports method */

@supports (-ms-accelerator:true) {
p#page-back{
    bottom: 120px;
}
}

p#page-back a:hover img{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;    
    opacity:0.6;
} 
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, p#page-back a:hover img{
    visibility: hidden;
    display: inline-block;
}  /* IE11 */
}


/* IE10以降 */
@media all and (-ms-high-contrast:none){
    p#page-back{
        background: url(../img/common/pagetop_on.png) no-repeat center center;
    }
}

/*---------------------------------------------------------------------------
/* 6: items
 --------------------------------------------------------------------------*/
/* =======================================
   6-1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}
span.list-4 {
    text-indent: -4em;
     margin: 0 0 0 4em;
     display: inline-block;
}

/* 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;
}

ul.linknext li:hover a:before,
ul.linknext02 li:hover a:before,
.linknext ul li:hover a:before,
.linknext02 ul li:hover a:before{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;
}


/*.section ul,*/
.section ol {
    margin:0 0 0 1em;
    padding:0;
} 

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

.section ul.linknext,
.section .linknext ul {
    margin:0;
}

.section ul.linknext li,
.section .linknext ul li {
 /*   margin:0 0 0.5em 0;*/
    list-style-image:none;
    text-indent: 0;
    line-height:1.5em !important;
}
.section ul.linknext li a,
.section .linknext ul li a{
    padding-left:24px;
    color:#3d3d3d;
}

.section ul.linknext li a span,
.section .linknext ul li a span{text-decoration: underline;}
.section ul.linknext li a:hover,
.section .linknext ul li a:hover{
    opacity:1;
    color:#ffa600;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;
}    
.section ol li {
    list-style-image:none;
    list-style-type:decimal;
    margin:0 0 0.5em 0em;
    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 .normal ul li a,
.section ul.normal li a{padding-left:18px !important;}

.section .normal ul li a:hover,
.section ul.normal li a:hover,
.section ol li a:hover {
    color:#ffa600;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;
}




/*---------------------------------------------------------------------------
/* 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; }
.contents-title{
    width:100%;
}
.contents-title-inner{
    width:100%;
    padding-top: 144px;     
    margin-bottom:60px;
}

.title_outer{    
    width:100%;   
    background:rgba(34, 195, 180, 0.5); 

}
.title_outer .page-title,
.title_outer .title_en{width:1180px; margin: 0 auto;}
.title_outer .title_en{
    color:#fff;
    font-size:20px;
    padding-bottom:10px;
}

.contents-title .charter{
    max-height: 300px;
    background: url(../img/home/h2_bg.png) no-repeat center top;
}


p.h1_category,h1{
    font-weight: bold;
    color:#fff; 
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
/*    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}
p.h1_category{
    margin-bottom: 5x;
    font-size: 30px;
}
h1{ 
    font-size: 48px;
     padding:10px 0;
/*     display:inline-block;  background:rgba(34, 195, 180, 0.6);*/
}
h2{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
}
h2 span.parallelogram02{
    display: inline-block;
    position: absolute;
    top:-4px;
    width:32px;
    height:48px;
    margin-right: 30px;
    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: 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6em;
}

h3,h4,h5,h6{
    width:100%;
    margin-bottom: 20px;
}
h3{
    font-size: 18px;
    padding:10px 0 10px 0px;
    background: #22c3b4;
}
h3 strong{
    color:#fff;
}
h4{
    font-size: 18px;
    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;
}
h3 strong, h4 strong{padding-left: 24px;  display: inline-block;}
h5{    
    padding:8px 0 8px 0px;
    font-size: 18px;
    font-weight: bold;
    color:#22c3b4;
    background: url(../img/common/bg_pattern01.gif) repeat-x bottom;
}
h6{
    font-size: 18px;
    padding:8px 0 8px 0;
    background: url(../img/common/h5_bg.gif) no-repeat bottom left;
    background-size: 100%;
}
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;}

section div.mb00 p{margin-bottom:0px !Important;}
/*---------------------------------------------------------------------------
/* 10: corner box
 --------------------------------------------------------------------------*/

.b-type01 {
    margin: 0 0 20px;
    padding: 15px 20px;
    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 20px;
    width: auto;
    background-color: #f7f7f7;
    line-height:1.5em;
}

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

/*---------------------------------------------------------------------------
/* 11: table
 --------------------------------------------------------------------------*/

table   { margin:0 0 0 0.7em;padding:0 0 0 0.7em; }
table ul    { margin:0 !important; padding:0 !important; }
table li    { line-height:1.8em;margin:0; font-size:1em !important; }
table p     { line-height:1.6em;margin:5px 0; }
table dl    { margin: 0 0 -1px;zoom:1;position: relative; }
table dt    { float: left;clear: left;width: 12em;padding: 3px 0 3px;zoom:1; }
table dd    { padding: 3px 0 3px 12em;  zoom:1; }

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

table.table01       { border-color:#c2c2c2;border-style:solid;border-width:1px 0 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:1em; }
table.table01 th    { border-color:#c2c2c2; border-style:solid; border-width:0 1px 1px 0;color:#3d3d3d;font-weight:bold;padding:10px 16px;line-height:1.5em;text-align:left; background-color: #f7f7f7; vertical-align: middle;}
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; }

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

table.table02       { font-size: 1em;border:#c2c2c2;border-style:dashed;border-width:1px 0 1px;border-collapse: collapse;margin:0 0 20px; font-size:1em; }
table.table02 th    { border-color:#c2c2c2;border-style:dashed;border-width:0 0 1px 0; color:#333333;padding:10px 16px;line-height:1.5em;vertical-align:top;text-align:left; }
table.table02 td    { border-color:#c2c2c2;border-style:dashed;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-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:2em;}
table.table03 td.arrow{ height:2em;}


table.table03.license th,
table.table03.program th{width:auto; 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;
/*background:#22c3b4 url(../img/common/bg_triangle.png) no-repeat top left; background-size:14px;*/ }
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; line-height:1.6em; margin:0; padding:0; font-weight: bold; }
table.table01 table td  { border:none;font-size: 1em;line-height:1.6em;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) 
 --------------------------------------------------------------------------*/
 
/* 12-1-1: scroll box
---------------------------------------- */

.scr { padding:10px; overflow-y:scroll; position: relative; }

.h100 { height:100px; }
.h200 { height:200px; }
.h300 { height:300px; }
.h400 { height:400px; }
.h500 { height:500px; }
.h600 { height:600px; }

.h150{height:150px;}
.h250{height:250px;}
.h450{height:450px;}

/* 12-1-2: photo gallery
---------------------------------------- */
.photogallery { width:1080px;overflow:hidden; margin: 0 auto;}
/*.photogallery { width:auto;overflow:hidden;}*/
.photogallery .photo { width:260px;margin:0 10px 10px 0;float:left;}
.withcap .photo { height:150px; overflow:hidden; }
.photogallery p { height:150px;margin:0 0 10px;overflow:hidden;}
.photogallery span { font-size:11px;padding:4px 0;display:inline-block;}
.photogallery a:hover img { -webkit-transition: all .3s; transition: all .3s;opacity: .5;-webkit-opacity: .5;-moz-opacity: .5;}
#contents-no-navi .photogallery { margin:0 0 0 10px;}
#contents-no-navi .photogallery .photo { width:180px;}



/*---------------------------------------------------------------------------
/* 13: page design (own) 
 --------------------------------------------------------------------------*/

/* =======================================
   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:60px;
}
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: 22px solid #eee;
    z-index: 9;
}
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: 22px solid #fff;   
}

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

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 20px;
}

div.contact-step dd{
    font-weight:bold;
    color:#999;
    margin:0 0 0 20px;
}

div.contact-current{
    background: #22c3b4;
}

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


div.contact-current dd{
    margin-left: 20px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
}

div.contact-current:after{
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 22px 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: 22px 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;
}
p.form-button{
    width:95%;
    height: 30px;
    margin:0 !important;
    padding-top:20px;
    padding-bottom: 30px;
}

table.form .bg01{background:#e5ede9;}
table.form th,table.form td{
   line-height:2em;
}

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 th small {font-weight: normal;}

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

table.form input{
   width: 98%;
   display: inline;
   line-height:2em;
}

table.form input.table-w-xsmall{
   width: 25%;
   display: inline;
}
table.form input.table-w-small{
    width:50%;
    display: inline;
}
table.form .calendar{
    position:relative;
    display:inline-block;
    width:30%;
}
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 select {height:36px;}
table.form option{
   width: auto;
   line-height:2em;
}

table.form textarea{
   width: 98%;
}

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-block;
}
input[type="checkbox"] {
  position: relative;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #000;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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


table.form input.address-auto{
   width: auto;
   margin-top: 3.125%;
}

form .button ,form .button-formback{ width:90%; text-align:center; cursor:pointer; line-height:26px;font-weight:bold;margin-right:5px;display:inline-block;   font-family: "ヒラギノ角ゴ ProN W3", Arial, "Arial Narrow","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}

form .button:hover ,form .button-formback:hover{
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
    opacity: 0.6;  
}

form .button{
    padding: 10px 10px !important;
}
form .button-formback{
    padding: 10px 10px !important;
}
input[type="submit"] {
/*    border-color: #ffa600;box-shadow:none;*/
    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 );  
    font-family: "ヒラギノ角ゴ ProN W3", Arial, "Arial Narrow","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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