@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*test_css*/

.j12b {color: #666666 ; font-weight: bold; font-size:100%;}
.j9, .j10, .j10b, .j12, .j12b, .j12c, .j14, .j14b {
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif
}

a:link, a:visited, a:hover, a:active {
    color: #494949;
    text-decoration: none;
    opacity: 1;
}

/*SP時ヘッダー位置*/
.wrapper_ {
    margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form{
    display:none;
}

/*リンクマウスオン変化*/
a:hover img{
    opacity: 0.5 ;
}

.dokos_bg_box{
    background-image: url(/img/usr/common/2021/apr/dokodemo/dokodemo_bg.jpg);
    background-position: top;
    background-repeat: repeat-y;
}

/* モバイルレイアウト : 0~768 px  */
@media only screen and (min-width: 0px) and (max-width:768px) {

.top_img{
    margin: 3% 0% 0% 0%;
}

.img_box,.img_box_2{
    text-align: center;
}

.item{
    margin-bottom: 8%;
    padding: 3% 0% 5% 0%;
    clear: both;
    text-align: center;
}

.item .imageBox{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.item .imageBox img{
    /*width: 100%;*/
}

.item .textBox{
    display: inline-block;
    vertical-align: middle;
}

.item .textBox .text_box_p{
    line-height: 1.5em;
    /*padding: 5%;*/
    border-radius: 10px;
    text-align: left;
}

.item .textBox p{
    line-height: 1.5em;
    font-size: 120%;
    background-color: #ffffff;
    padding: 5%;
    border-radius: 10px;
    margin: 1%;
}

.item .imageBox_2{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 68%;
    background: radial-gradient(#e6f4f7, #8dc1ac);
    padding: 1% 2%;
    border-radius: 10px;
}

.item .imageBox_2 img{
    width: 100%;
}

.item .textBox_2{
    display: inline-block;
    vertical-align: middle;
    margin-top: 7%;
}

.item .textBox_2 .text_box_p_2{
}

.item .textBox_2 p{
    background-color: #ffffff;
    border-radius: 10px;
}

.set{
    font-size: 120%;
    line-height: 1.5em;
    margin: 8% 1% 5% 1%;
    padding: 5% 0%;
    background-color: #ffffff;
    border-radius: 10px;
}

/*ボタン*/
.button {
    text-align: center;
    margin-bottom: 16%;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  /*-webkit-box-sizing: inherit;*/
  /*box-sizing: inherit;*/
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 170%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #a7ced5;
  /*border-bottom: 5px solid #777777;*/
}

/*
a.btn--orange:hover {
  margin-top: 3px;
  color: #000;
  background: #e4e4e4;
  border-bottom: 2px solid #777777;
}
*/

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/*PC-SP画像切り替え*/
.pc_01 {
    display: none !important;
}

.sp_01 {
    display: block !important;
}

.pc_02 {
    display: none !important;
}
.sp_02 {
    display: block !important;
}
}

/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 

@media only screen and (min-width: 376px) and (max-width:768px) {
}
*/



/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

.top_img{
    margin: 3% 0% 0% 0%;
}

.img_box,.img_box_2{
    text-align: center;
}

.item{
    margin-bottom: 4%;
    padding: 3% 0% 5% 0%;
    clear: both;
    text-align: center;
}

.item .imageBox{
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    text-align: center;
}

.item .imageBox img{
    /*width: 100%;*/
}

.item .textBox{
    display: inline-block;
    vertical-align: middle;
    width: 28%;
    margin-left: 1%;
}

.item .textBox .text_box_p{
    line-height: 1.5em;
    /*padding: 5%;*/
    border-radius: 10px;
    text-align: left;
}

.item .textBox p{
    line-height: 1.5em;
    font-size: 160%;
    background-color: #ffffff;
    padding: 5%;
    border-radius: 10px;
}

.item .imageBox_2{
display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: center;
    background: radial-gradient(#e6f4f7, #8dc1ac);
    padding: 1% 2%;
    border-radius: 10px;
}

.item .imageBox_2 img{
    /*width: 100%;*/
}

.item .textBox_2{
    display: inline-block;
    vertical-align: middle;
    width: 9%;
}

.item .textBox_2 .text_box_p_2{
    padding: 5%;
}

.item .textBox_2 p{
    background-color: #ffffff;
    padding: 14% 0%;
    border-radius: 10px;
}

.set{
    font-size: 150%;
    line-height: 1.5em;
    margin: 2% 0% 2% 35%;
    padding: 1% 0% 1% 0%;
    background-color: #ffffff;
    width: 30%;
    border-radius: 10px;
}


/*ボタン*/
.button {
    text-align: center;
    margin-bottom: 3%;
}

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  /*-webkit-box-sizing: inherit;*/
  /*box-sizing: inherit;*/
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 300%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #a7ced5;
  /*border-bottom: 3px solid #1498ab;*/
}

/*
a.btn--orange:hover {
  margin-top: 3px;
  color: #000;
  background: #e4e4e4;
  border-bottom: 2px solid #777777;
}
*/

a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.btn{
}

/*PC-SP画像切り替え*/
.pc_01 {
    /*display: block !important;*/
}

.sp_01 {
    display: none !important;
}

.pc_02 {
    display: block !important;
}

.sp_02 {
    display: none !important;
}
}