/* 
Yahoo! CSS Reset (YUI 3)
http://developer.yahoo.com/yui/3/cssreset/
CSSresetr.com
*/
html{
  color:#000;
  background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style:normal;
  font-weight:normal;
}
li {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after {
  content:'';
}
abbr, acronym {
  border:0;
  font-variant:normal;
}
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input, textarea, select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
  background: #e0e0e1;
  padding: 4px 10px;
  border-radius: 3px;
  border:solid 1px #6d6969;
}
input, textarea, select {
  *font-size:100%;
}
textarea {
  width: 300px;
}

legend {
  color:#000;
}

/* 
Yahoo! CSS Reset (YUI 3) end
*/






@charset "utf-8";


/*共通のスタイル設定-------------------------------------------------------------------------------------------------------------*/


html {

	width:100%;
	height:100%;
	background-color:#F2F2F2;
	}



body {
	font-family: Arial, Verdana, sans-serif;
	height: 100%;   
	width: 100%;
	margin: 0;

	}


.wrap {
position: relative;
overflow: hidden;
  }



img{
-webkit-backface-visibility: hidden;
}

.mgb40{
margin-bottom:40px; 
}




/*モバイルタブレット用のスタイル設定-------------------------------------------------------------------------------------------------------------*/




@media all and (max-width: 768px){


/*非表示設定*/

#gnav , #header_ask {
  display: none;
}

.disp-none-mo h1, .disp-none-mo img{
  display: none;
}
img.disp-none-mo{
  display: none;
}


/*基本設定*/

img{
max-width: 100%;
height: auto;
width: auto;　
}



/*mob___文字マージン設定-------------------------------------------------------------------------------------------------------------*/



.catch45px_blue_bold{
font-size: 24px;
font-weight: bold;
color: #0B318F;
}

.catch45px_orange_bold{
font-size: 24px;
font-weight: bold;
color: #F7931E;
}


.catch36px_blue_bold{
font-size: 24px;
font-weight: bold;
color: #0B318F;
}

.catch36px_orange_bold{
font-size: 24px;
font-weight: bold;
color: #F7931E;
}

.p30px_yellow_bold {
font-size: 18px;
font-weight: bold;
color: #FFED00;
}


.p30px_white_bold {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}

.p27px_blue_bold {
font-size: 21px;
font-weight: bold;
color: #0B318F;
}

.p27px_orange_bold {
font-size: 21px;
font-weight: bold;
color: #F7931E;
}

.p28px_blue_bold {
font-size: 21px;
font-weight: bold;
color: #0B318F;
text-align: center;
margin-top: 10px;
}

.p24px_yellow_bold {
font-size: 17px;
font-weight: bold;
color: #FFED00;
}

.p22px_blue_bold {
font-size: 18px;
font-weight: bold;
color: #0B318F;
}

.p22px_blue2_bold {
font-size: 18px;
font-weight: bold;
color: #00AAFF;
}

.p20px_yellow {
font-size: 16px;
color: #FFED00;
}


.p18px_blue_bold {
font-size: 14px;
color: #0B318F;
font-weight: bold;
}

.p18px_bl_bold {
font-size: 14px;
color: #444444;
font-weight: bold;
}

.p16px_bl_bold {
font-size: 16px;
color: #444444;
font-weight: bold;
}

.p14px_orange_bold {
font-size: 14px;
font-weight: bold;
color: #F7931E;
}


.txt_center{
text-align: center;
}

/*レイアウト設定*/


/*////////////////mob_header////////////////*/

#header {
  position: relative;
  width:100%;
  height:60px;
  background-color:#fff;
  margin:0 auto;
  box-shadow:  0px 1px 7px #333;
  -moz-box-shadow:  0px 1px 7px #333; /* Firefox用 */  
  -webkit-box-shadow: 0px 1px 7px #333; /* Safari,Google Chrome用 */  
  z-index: 1;
  }

  #header_obi {
  position: relative;
  width:100%;
  height:5px;

 background: #0b318f;
background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b318f', endColorstr='#007dff',GradientType=1 );
  
  margin:0 auto;
  z-index: 1;
  }

  #header_area {
  /*position: relative;*/
  width:96%;
  margin:0 auto;
  padding-top: 5px;
  overflow: hidden;
}

#header_tel a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#header_tel p{
  font-size: 22px;
  font-weight: bold;
  color: #0B318F;
  margin-top:10px;
  text-align: right;
  overflow: hidden;
  width: auto;
  float: right;
}

#logo {
  position: absolute;
  margin:0 auto;
}

#logo img {
  width: 140px;
}

/*////////////////mob_header////////////////*/



/*////////////////mob_メイン画像////////////////*/

#top-bunner img{
  width: 100%;
  margin:0 auto;
  padding-top: 0px;
  -webkit-backface-visibility: hidden;

}
/*////////////////mob_メイン画像ここまで////////////////*/






/*////////////////mobこんなことで悩んでいませんか？////////////////*/

#obi01 {

  width: 100%;
  height:70px;
  background: #0b318f;
  background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
  background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
  background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
  margin-top: 5px;

}

#obi01 p{

font-size: 18px;
color: #fff;
text-align: center;
letter-spacing: 0.1em;
padding-top: 6px;
}

#obi02 {
  width: 100%;
  height:75px;
  background: #0b318f;
  background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
  background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
  background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
  margin:  40px 0 30px 0;
}

#obi02 p{
  font-size: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 15px;
}  

#checklist{
  margin:0 auto;
  margin-top: 30px;
  width: 96%;
}

.checkbox{
  float: left;
  width: 25px;
  height: 25px;
}

.checklist01{
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 96%;
}

.checklist01 p{
  margin:0 0 0 26px;
}

.checklist01 img {
  max-width: 120% !important;
}
.question_text{
font-weight: bold;
letter-spacing: 0.03em;
font-size: 18px;
color: #333333;
padding-bottom: 10px;
line-height: 1.8em;
margin-left: 10px;
}

.answer_text{
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  line-height: 1.8em;
  margin-left: 10px;
  }

#yajirushi{
margin:0 auto;
 width: 160px;
  height:50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*////////////////こんなことで悩んでいませんか？ ここまで////////////////*/



/*////////////////mob_あなたにぴったりな働き方が、セルートにはあります！////////////////*/

.contents_box{
margin:0 auto;
margin-top: 10px;
margin-bottom: 50px;
width: 96%;
height: auto;
border-radius:10px 10px 0 0;
background-color:#fff;
overflow: hidden;
}

.contents_header{
margin:0 auto;
width: 100%;
background: #0b318f;
background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b318f', endColorstr='#007dff',GradientType=1 );
margin: 20px 0 20px 0;
}

.contents_header p{
text-align: center;
font-size: 24px;
font-weight: bold;
letter-spacing: 0.03em;
color: #fff;
/*padding: 12px 0 12px 0;*/
}

#contents01_1{
  margin:0 auto;
  width: 96%;
  height: auto;
  overflow: hidden;
}

#contents01_1 img{
  margin:0 auto;
  width: 100%;
  margin-top: 30px;
}

#contents01_1_r{
  height: auto;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

.contents01_1_r01 {
  text-align: left;
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #0B318F;
  font-weight: bold;
}

.contents01_1_r02 {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 175%;
  color: #333;
  margin-top: 20px;
}

.contents01_1_r03 {
  text-align: left;
  font-size: 14px;
  line-height: 175%;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}


#contents01_mv{
  margin:0 auto;
  width: 96%;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}

.mv_box{
position: relative;
margin:0 auto;
width: 100%;
padding-top: 56.25%;
margin-top: 20px;
margin-bottom: 30px;
}

.mv_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*////////////////mob_ボタン////////////////*/

.effect_btn  :hover {
   opacity: 0.7;/*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  -ms-filter: "alpha(opacity=70)";
}


.btn_yoyaku{
  margin:0 auto;
  position:  relative;
  display:block;
  width:80%;
  height:45px;
  margin-top: 15px;
  background-color:#d11577;
  border-radius:15px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

.btn_yoyaku a{
padding:12px 10px;
  display:block;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}


.btn_yoyaku2{
  margin:0 auto;
  position:  relative;
  display:block;
  width:355px;
  height:45px;
  margin-top: 30px;
  background-color:#0B318F;
  border-radius:15px;
  text-align: center;
  overflow: hidden;
}

.btn_yoyaku2 a{
padding:7px 10px;
  display:block;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}

.btn_yoyaku3{
  margin:0 auto;
  position:  relative;
  display:block;
  width:80%;
  height:45px;
  margin-top: 15px;
  margin-bottom: 50px;
  background-color:#0B318F;
  border-radius:15px;
  text-align: center;
  overflow: hidden;
}

.btn_yoyaku3 a{
padding:23px 10px 0 0;
  display:block;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  cursor:pointer;
}





/*////////////////mob_選ばれる4つの理由////////////////*/

.contents_box2{
margin:0 auto;
margin-top: 50px;
margin-bottom: 50px;
width: 96%;
height: auto;
border-radius:10px 10px 0 0;
background-color:#fff;
overflow: hidden;
}



#contents_hd_reason01{
  width: 100%;
  margin:0 auto;
  height: auto;
  border: 0;
  line-height: 0px;
}

#contents_hd_reason01 img{
  width: 100%;
  margin:0 auto;
  height: auto;
  border: 0;
}


.reason_back{
  line-height: 0px;
position:  relative;
border: 0;
margin:0px 0px 0px 0px;
width: 100%
background: #e6e6e6;
background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #e6e6e6 0%,#ffffff 100%);
background: linear-gradient(to bottom, #e6e6e6 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
}

.reason_back p{
text-align: center;
line-height:1.5em;
padding-top: 15px;
}


#contents_hd_reason02{
  margin-top: 30px;
  line-height: 0px;
}


#contents_hd_reason02 img{
  width: 100%;
  margin:0 auto;
}

#contents_hd_reason03{
  margin-top: 30px;
  line-height: 0px;
}


#contents_hd_reason03 img{
  width: 100%;
  margin:0 auto;
}

#exp {
  margin:0 auto;
  margin-top: 20px;
  width: 100%;
}

#exp img{
  width: 100%;
}


#voice{
  overflow: hidden;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
   width: 350px;
}

#voice01{
  border-radius: 10px;
  margin-top: 20px;
  background-color: #fff;
}

#voice02{
  border-radius: 10px;
  margin-top: 20px;
  background-color: #fff;
}


.profile_photo{
  float: left;
  width: 120px;
  height: 120px;
  padding: 15px 0 0 15px;
  display: none;
}

.profile_text{
  overflow: hidden;
  width: 520px;
  padding: 0 20px 0 20px;
  }

.profile_text p{
  float: right;
  text-align: left;
 font-size: 5px;
 color: #444444;
 width: 520px;
 }

.voice_text {
overflow: hidden;
padding: 10px 20px 20px 20px;
}

.voice_text p{
text-align: left;
font-size: 15px;
color: #444444;
line-height: 1.8em;
letter-spacing: 0.03em;
}

.voice_orange {
font-size: 15px;
color: #F7931E;
}

.link_block {
  margin: 0 auto;
  width:96%;
}

.link {
  float: left;
  padding: 5px;
}

.ws_1{
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  width:96%;
  border: solid 6px #99CCFF;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../img/sch_back.png");
  background-position: bottom;
}

.ws_1_img{
  margin:0 auto;
  width: 96%;
  margin-top: 20px;
}

.ws_1_img img{
  width: 100%;
}

.ws_2{
  margin:0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  width:96%;
  border: solid 6px #99CCFF;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../img/sch_back.png");
  background-position: bottom;
}

.ws_2_img{
  margin:0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.ws_2_img img{
  width: 100%;
}

.accordion_hide{
display:none;
}




/*////////////////mob_開業後もしっかりサポート////////////////*/

.contents_box3{
margin:0 auto;
margin-top: 50px;
margin-bottom: 70px;
width: 96%;
height: auto;
border-radius:10px 10px 0 0;
background-color:#fff;
overflow: hidden;
}

#contents03_1{
  margin:0 auto;
  width: 96%;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}

#contents03_1_img1 img{
  width: 100%;
}

#contents03_1_img2 img{
  width: 100%;
}

#anshin1{
  margin:0 auto;
  width: 111px;
  margin-top: 20px;
}


#anshin1_text p{
text-align: center;
line-height:1.5em;
padding-top: 15px;
}

.anshin2{
margin:0 auto;
width: 96%;
margin-top: 20px;
margin-bottom: 20px;
}

.anshin2_badge{
  width: 100%;
}




#contents04_1{
  margin:0 auto;
  width: 96%;
  height: auto;
  margin-top: 30px;
}

#schedule{
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 96%;
  border: solid 6px #99CCFF;
  border-radius: 10px;
  background-color: #fff;
}

#schedule p{
    margin-top: 10px;
  text-align: center;
}

#schedule img{
    margin:0 auto;
    width:90%;
  margin: 10px 0 10px 20px;
}

#contents04_2{
 margin:0 auto; 
    width:96%;
 margin-bottom: 30px;
}

#contents04_2 p{
text-align: center;
}


/*////////////////mob_フッター////////////////*/

#footer-box {

  width:100%;
  height:70px;
  background-color:#0B318F;
  margin:0 auto;
    margin-top: 40px;
}

.copyright small{
  display: block;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}





}/*モバイルの設定END*/






















/*PC用のスタイル設定----------------------------------------------------------------------------------*/


@media all and (min-width: 769px){




.disp-none-pc, .br-pc{
  display: none;
}






/*PC文字マージン設定-------------------------------------------------------------------------------------------------------------*/



.catch45px_blue_bold{
font-size: 45px;
font-weight: bold;
color: #0B318F;
}

.catch45px_orange_bold{
font-size: 45px;
font-weight: bold;
color: #F7931E;
}


.catch36px_blue_bold{
font-size: 36px;
font-weight: bold;
color: #0B318F;
text-align: center;
}

.catch36px_orange_bold{
font-size: 36px;
font-weight: bold;
color: #F7931E;
}

.p30px_yellow_bold {
font-size: 30px;
font-weight: bold;
color: #FFED00;
}

.p30px_white_bold {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  }

.p27px_blue_bold {
font-size: 27px;
font-weight: bold;
color: #0B318F;
}

.p27px_orange_bold {
font-size: 27px;
font-weight: bold;
color: #F7931E;
}

.p28px_blue_bold {
font-size: 28px;
font-weight: bold;
color: #0B318F;
text-align: center;
margin-top: 10px;
}

.p24px_yellow_bold {
font-size: 24px;
font-weight: bold;
color: #FFED00;
}

.p22px_blue_bold {
font-size: 22px;
font-weight: bold;
color: #0B318F;
}

.p22px_blue2_bold {
font-size: 22px;
font-weight: bold;
color: #00AAFF;
}

.p20px_yellow {
font-size: 20px;
color: #FFED00;
}


.p18px_blue_bold {
font-size: 18px;
color: #0B318F;
font-weight: bold;
}

.p18px_bl_bold {
font-size: 18px;
color: #444444;
font-weight: bold;
margin-top: 20px;
}

.p16px_bl_bold {
font-size: 16px;
color: #444444;
font-weight: bold;
}

.p14px_orange_bold {
font-size: 14px;
font-weight: bold;
color: #F7931E;
}


.txt_center{
text-align: center;
}


/*PCレイアウト設定*/



/*////////////////header////////////////*/
  #header {
  position: relative;
  width:100%;
  height:140px;
  background-color:#fff;
  margin:0 auto;
  box-shadow:  0px 1px 7px #333;
  -moz-box-shadow:  0px 1px 7px #333; /* Firefox用 */  
  -webkit-box-shadow: 0px 1px 7px #333; /* Safari,Google Chrome用 */  
  z-index: 1;
  }

  #header_obi {
  position: relative;
  width:100%;
  height:15px;
  background: #0b318f;
  background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
  background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
  background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b318f', endColorstr='#007dff',GradientType=1 ); 
  margin:0 auto;
  z-index: 1;
  }

  #header_area {
  position: relative;
  /*width: 1020px;*/
  margin:0 auto;
  padding: 5px 60px 0 0;
  overflow: hidden;
}

#header_comment {
  float:right;
  width:100%;
  font-size: 11px;
  height:5px;
  color:#999;
  margin:0 auto;
  text-align: right;
  padding-top: 5px;
  }

#header_tel a{
  pointer-events: none;
  text-decoration: none;
}

#header_tel p{
  font-size: 27px;
  font-weight: bold;
  color: #0B318F;
  margin-top:30px;
  text-align: right;
  overflow: hidden;
}

#logo {
  position: absolute;
  top: 35px;  
  float: left;
  margin-left: 60px;
}



#header_ask{
  position:  relative;
  display:block;
  float:right;
  width:150px;
  height:35px;
  margin-top: 5px;
  background-color:#0B318F;
  border-radius:5px;
  text-align: center;
  overflow: hidden;
}

#header_ask a {
  padding:7px 10px;
  display:block;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  }


/*////////////////headerここまで////////////////*/


/*////////////////メイン画像////////////////*/

#top-bunner-pc img{
  width: 100%;
  margin:0 auto;
  padding-top: 0px;
  -webkit-backface-visibility: hidden;

}
/*////////////////メイン画像ここまで////////////////*/

/*////////////////こんなことで悩んでいませんか？////////////////*/

#obi01 {
  width: 100%;
  height:105px;
  background: #0b318f;
  background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
  background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
  background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
  margin:  10px 0 30px 0;
}

#obi01 p{

font-size: 21px;
color: #fff;
text-align: center;
letter-spacing: 0.2em;
padding-top: 15px;
}

#obi02 {
  width: 100%;
  height:75px;
  background: #0b318f;
  background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
  background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
  background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
  margin:  60px 0 30px 0;
}

#obi02 p{

  font-size: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  padding-top: 15px;}  

#checklist{
  margin:0 auto;
  margin-top: 30px;
  width: 780px;
}

.checkbox{
  float: left;
  width: 25px;
  height: 25px;
}

.checklist01{
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
  width: 720px;
}

.checklist01 p{
  margin:0 0 0 30px;
}

.question_text{
font-weight: bold;
letter-spacing: 0.03em;
font-size: 18px;
color: #333333;
padding-bottom: 10px;
line-height: 1.8em;
margin-left: 10px;
}

.answer_text{
  letter-spacing: 0.03em;
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  line-height: 1.8em;
  margin-left: 10px;
  }

#yajirushi{
margin:0 auto;
 width: 160px;
  height:50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*////////////////こんなことで悩んでいませんか？ ここまで////////////////*/


/*////////////////あなたにぴったりな働き方が、セルートにはあります！////////////////*/


.contents_box{
margin:0 auto;
margin-top: 10px;
margin-bottom: 50px;
width: 780px;
height: auto;
border-radius:10px 10px 0 0;
background-color:#fff;
overflow: hidden;
}

.contents_header{
margin:0 auto;
width: 100%;
height:105px;
background: #0b318f;
background: -moz-linear-gradient(left, #0b318f 1%, #007dff 100%);
background: -webkit-linear-gradient(left, #0b318f 1%,#007dff 100%);
background: linear-gradient(to right, #0b318f 1%,#007dff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b318f', endColorstr='#007dff',GradientType=1 );
}

.contents_header p{
text-align: center;
font-size: 36px;
font-weight: bold;
letter-spacing: 0.03em;
color: #fff;
padding-top: 8px;
}

#contents01_1{
  margin:0 auto;
  width: 720px;
  height: auto;
  overflow: hidden;
}

#contents01_1 img{
  width: 350px;
  height: 393px;
  float: left;
  margin-top: 30px;
}

#contents01_1_r{
  height: auto;
  overflow: hidden;
  width: 355px;
  float: right;
  margin-top: 30px;
}

.contents01_1_r01 {
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #0B318F;
  font-weight: bold;
}

.contents01_1_r02 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 175%;
  color: #333;
  margin-top: 20px;
}

.contents01_1_r03 {
  text-align: left;
  font-size: 14px;
  line-height: 175%;
  color: #333;
  margin-top: 5px;
  font-weight: bold;
}


#contents01_mv{
  margin:0 auto;
  width: 720px;
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}

.mv_box{
margin:0 auto;
width: 720px;
height: 405px;
margin-top: 20px;
margin-bottom: 30px;
}






/*////////////////ボタン////////////////*/
.effect_btn  :hover {
   opacity: 0.7;/*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  -ms-filter: "alpha(opacity=70)";
  
}


.btn_yoyaku{
  margin:0 auto;
  position:  relative;
  display:block;
  width:620px;
  height:45px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color:#d11577;
  border-radius:15px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

.btn_yoyaku a{
padding:10px 10px;
  display:block;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}


.btn_yoyaku2{
  margin:0 auto;
  position:  relative;
  display:block;
  width:355px;
  height:45px;
  margin-top: 30px;
  background-color:#0B318F;
  border-radius:15px;
  text-align: center;
  overflow: hidden;
}

.btn_yoyaku2 a{
padding:10px 10px;
  display:block;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
}

.btn_yoyaku3{
  margin:0 auto;
  position:  relative;
  display:block;
  width:460px;
  height:45px;
  margin-top: 15px;
  margin-bottom: 50px;
  background-color:#0B318F;
  border-radius:15px;
  text-align: center;
  overflow: hidden;
}

.btn_yoyaku3 a{
padding:7px 10px;
  display:block;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  cursor:pointer;
}








/*////////////////みなさんから選ばれる理由////////////////*/

.contents_box2{
margin:0 auto;
margin-top: 50px;
margin-bottom: 50px;
width: 780px;
height: auto;
border-radius:10px 10px 0 0;
background-color:#fff;
overflow: hidden;
}



#contents_hd_reason01{
  width: 100%;
  margin:0 auto;
  line-height: 0px;
}

#contents_hd_reason01 img{
  width: 100%;
  margin:0 auto;
}


.reason_back{

position:  relative;
margin:0px 0px 0px 0px;
width: 100%
background: #e6e6e6;
background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #e6e6e6 0%,#ffffff 100%);
background: linear-gradient(to bottom, #e6e6e6 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
}

.reason_back p{
text-align: center;
line-height:1.5em;
padding-top: 15px;
}


#contents_hd_reason02{
  margin-top: 30px;
  line-height: 0px;
}


#contents_hd_reason02 img{
  width: 100%;
  margin:0 auto;
}

#contents_hd_reason03{
  margin-top: 30px;
  line-height: 0px;
}


#contents_hd_reason03 img{
  width: 100%;
  margin:0 auto;
}

#exp {
  margin:0 auto;
  margin-top: 20px;
  width: 460px;
}

#exp img{
  width: 100%;
}


#voice{
  overflow: hidden;
  margin:0 auto;
  margin-top: 0px;
  margin-bottom: 30px;
  width:720px;
}

#voice01{
  border-radius: 10px;
  margin-top: 20px;
  float: right;
  background-color: #fff;
}

#voice02{
  border-radius: 10px;
  margin-top: 20px;
  float: right;
  background-color: #fff;
}


.profile_photo{
  float: left;
  width: 120px;
  height: 120px;
  padding: 15px 0 0 15px;
}

.profile_photo img{
  width: 120px;
}

.profile_text{
  overflow: hidden;
  width: 520px;
  padding: 0 20px 0 20px;
  }

.profile_text p{
  float: right;
  text-align: left;
 font-size: 15px;
 color: #444444;
 width: 520px;
 }

.voice_text {
overflow: hidden;
width: 520px;
padding: 0 20px 20px 20px;
}

.voice_text p{
 float: right;
 text-align: left;
font-size: 15px;
color: #444444;
width: 520px;
line-height: 1.8em;
letter-spacing: 0.03em;
}

.voice_orange {
font-size: 15px;
color: #F7931E;
}

.link_block {
  margin: 0 auto;
  width:720px;
}

.link {
  float: left;
  padding: 30px;
}

.ws_1{
  margin:0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  width:720px;
  border: solid 6px #99CCFF;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../img/sch_back.png");
  background-position: bottom;
}

.ws_1_img{
  margin:0 auto;
  width: 600px;
  margin-top: 20px;
}

.ws_1_img img{
  width: 100%;
}

.ws_2{
  margin:0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  width:720px;
  border: solid 6px #99CCFF;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("../img/sch_back.png");
  background-position: bottom;
}

.ws_2_img{
  margin:0 auto;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.ws_2_img img{
  width: 100%;
}

.accordion_hide{
display:none;
}


/*////////////////開業後もしっかりサポート////////////////*/

.contents_box3{
margin:0 auto;
margin-top: 50px;
margin-bottom: 70px;
width: 780px;
height: auto;
border-radius:10px 10px 0 0;
background-color:#fff;
overflow: hidden;
}

#contents03_1{
  margin:0 auto;
  width: 720px;
  height: auto;
  margin-top: 30px;
  overflow: hidden;
}

#contents03_1_img1{
  width: 350px;
  float: left;
}

#contents03_1_img2{
  width: 350px;
  float: right;
}

#anshin1{
  margin:0 auto;
  width: 111px;
  margin-top: 20px;
}


#anshin1_text p{
text-align: center;
line-height:1.5em;
padding-top: 15px;
}

.anshin2{
margin:0 auto;
width: 612px;
height: 91px;
margin-top: 20px;
margin-bottom: 30px;
}

.anshin2_badge{
  width: 612px;
}

.anshin2_badge img{
  width: 100%;

}





#contents04_1{
  margin:0 auto;
  width: 720px;
  height: auto;
  margin-top: 30px;
}

#schedule{
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width:720px;
  border: solid 6px #99CCFF;
  border-radius: 10px;
  background-color: #fff;
}

#schedule p{
    margin-top: 10px;
  text-align: center;
}

#schedule img{
    margin:0 auto;
    width:680px;
  margin: 10px 0 10px 20px;
}

#contents04_2{
 margin:0 auto; 
 width: 740px;
 margin-bottom: 30px;
 margin-top: 50px;
}



/*////////////////フッター////////////////*/

#footer-box {

  width:100%;
  height:70px;
  background-color:#0B318F;
  margin:0 auto;
  margin-top: 60px;
  box-shadow: 0px 5px #0b318f;
}

.copyright small{
  display: block;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}




}/*++++++++++++++++++++++++++++++{{{{{{{PC用のスタイル設定END}}}}}}}++++++++++++++++++++++++++++++*/





/*

@media all and (max-width: 374px){

.contents01_1_r03 {
  text-align: left;
  font-size: 12px;
  line-height: 175%;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}

.catch45px_blue_bold{
font-size: 18px;
font-weight: bold;
color: #0B318F;
}

.catch45px_orange_bold{
font-size: 18px;
font-weight: bold;
color: #F7931E;
}

.catch36px_blue_bold{
font-size: 18px;
font-weight: bold;
color: #0B318F;
}

.catch36px_orange_bold{
font-size: 18px;
font-weight: bold;
color: #F7931E;
}

.p30px_yellow_bold {
font-size: 18px;
font-weight: bold;
color: #FFED00;
}

.p25px_blue_bold {
font-size: 17px;
font-weight: bold;
color: #0B318F;
}


.p22px_blue_bold {
font-size: 16px;
font-weight: bold;
color: #0B318F;
}

.p22px_blue2_bold {
font-size: 16px;
font-weight: bold;
color: #00AAFF;
}

.p18px_blue_bold {
font-size: 12px;
color: #0B318F;
font-weight: bold;
}

.p18px_bl_bold {
font-size: 12px;
color: #444444;
font-weight: bold;
}

.p14px_orange_bold {
font-size: 12px;
font-weight: bold;
color: #F7931E;
}


.checklist01 p{
font-weight: bold;
letter-spacing: 0.03em;
font-size: 16px;
color: #333333;
}


#voice{
  overflow: hidden;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  width:98%;
}

#voice01{
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  float: left;
  background-color: #fff;
}

#voice02{
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  float: right;
  background-color: #fff;
}


.profile_photo{
  float: left;
  width: 100px;
  height: 100px;
  padding: 15px 0 0 15px;

}

.profile_text{
float: right;
margin-left: 5px;
}

.profile_text p{
float: right;
width: 160px;
text-align: left;
font-size: 14px;
color: #444444;
padding: 24px 0 0 0;
}

.voice_text {
overflow: hidden;
width: 90%;
padding: 10px 20px 20px 20px;
}

.voice_text p{
text-align: left;
font-size: 12px;
color: #444444;
}

.voice_orange {
font-size: 12px;
color: #F7931E;
}




}*/
/*++++++++++++++++++++++++++++++{{{{{{{mob用max374のスタイル設定END}}}}}}}++++++++++++++++++++++++++++++*/

/*
#kojin_joho_honmon{
margin-top: 30px;
}


.gyokan20{
line-height:2em;
}

.gyokan15{
line-height:1.5em;
}
*/