@charset "UTF-8";
/*--------------------------------------------------
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}



ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*-------------------
フォント設定
---------------------*/
html {
  font-size: 13px;
scroll-behavior: smooth;
}
body {
  line-height: 1.3;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: lighter;
}


/* ===== リンク色 ===== */

/*:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
}*/

/*--------------
  セレクタ設定
----------------*/
/* <a> */
a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: 0.4s ;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*<img>
img {
  display: block;
}*/

/*<label>*/
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*
<input>
<textarea>
*/
input,
textarea {
  -webkit-appearance: none;
}

/*---------------
  color設定
-----------------*/
:root {
  /* マイナビメインテーマカラー */
  --mynavi-main: rgb(0,170,238);
  /* マイナビサブテーマカラー */
  --mynavi-sub: rgb(240,88,10);
}

/*---------------
    shadow
----------------*/
/* 外側 */
.shadow {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18);
}

/* 内側 */
.shadowInset {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.18) inset;
}

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

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

/*---------------------*/
/*	crossdevice 
/*---------------------*/
.pc_hidden{
		display: none;
	}
.sp_hidden{
		display: block;
	}
@media screen and (max-width:768px) {
	.sp_hidden{
		display: none;
	}
.pc_hidden{
		display: block;
	}
}

/*---------------------*/
/* pagetop */
/*---------------------*/
.page-top{
  width: 80px;
  height: 80px;
  background: url(/user/img/new_template/pagetop.png) center center no-repeat;
  background-size: 100% 100%;
  text-indent: -9999px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 9999;
  box-sizing: border-box;
}
img{
	max-width: 100%;
}
@media screen and (max-width:768px) {
  .page-top{
    width: 60px;
    height: 60px;
  }
}

/*---------------------*/
/* sp */
/*---------------------*/

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

  *,
  ::before,
  ::after {
    box-sizing: border-box;
  }

  /* 全体設計 */
  html{
    min-width:auto;
  }

  body{
    min-width:auto;
  }



}




.adbnr{
	width:100%!important;
	color: #000;
    font-weight: bold;
    text-align: center;
	
}



.adbnr h3{
	background: #a3000c!important;
    color: #fff!important;
    font-size: 18px!important;
    text-align: center!important;
    letter-spacing: .06em!important;
    padding: 10px 0!important!important;
    margin: 0 0 15px!important;
}

.adbnr ul {
    padding: 0 15px 15px!important;
    box-sizing: border-box!important;
    letter-spacing: .08em!important;
    line-height: 1.4!important;
    font-size: 13px!important;
    text-align: center!important;
}

@media screen and (max-width: 780px){
    body{
        font-family: 'Noto Sans JP', sans-serif;
    }
    .pc_hidden{
        display: block;
    }
    .sp_hidden{
        display: none;
    }
        .wrap {
        margin:0 20px;
        /* transform: translateY(-24px); */
    }
    .search_area{
        border: #c3c3c3 solid 1px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }
    .prefecture{
        display: flex;
        /* border-bottom: #c3c3c3 solid 1px; */
        height: 50px;
    }
    #prefecture{
        border-bottom: #c3c3c3 solid 1px;

    }
    .word{
        display: flex;
        height: 50px;
    
    }
    .blue-content{
        background: #00aaee;
        flex: 1.2;
        color: white;
        font-weight: bold;
        text-align: center;
        /* padding: 10px 0; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
    }
    .blue-content p{
        /* padding: 10px 0; */
        margin: auto;
        font-size: 14px;
    }
    .blue-content img{
        padding: 5px;
    }
    .top{
        border-radius: 9px 0 0 0;
    }
    .bottom{
        border-radius: 0 0 0 9px;
    }
    .content{
        flex: 2;
        display: flex;
    }
    .js-input {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 10px;
        margin: 6px;
        outline: none;
        font-size: 14px;
        font-weight: 700;
        background: #F3F3F3;
        border: solid #C3C3C3 1px;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    form{
        display: flex;
        width: 100%;
    
    }
    select{
        height: 50px;
        padding: 0 0vw 0px 16px;
        width: 100%;
        border: none;
        border-bottom: #c3c3c3 solid 1px;
        font-size: 14px;
        font-weight: 700;
        background-image: url(../img/arrrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        -webkit-appearance: none;
        -moz-appearance: none; 
        appearance: none;
        border-radius: 0 9px 0px 0 ;
        text-decoration: none;
        outline: none;
        font-family: 'Noto Sans JP', sans-serif;
        background-color: white;
        color: #000;
        /* color: #c9c9c9; */
    }
    #kodawari{
        border-radius: 0 0 9px 0;
    }
    .search{
        padding: 10px 0px;
    }
    .todo-btn{
        border: none;
        color: white;
        width: 100%;
        border-radius: 10px;
        background-color: #00aaee;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
    }
    ::placeholder {
        color: #C3C3C3;
      }
    #space-left{
        padding: 4px 4px 4px 4px;
        padding-left: 7px;
    }
}

@media screen and (min-width: 800px){
    .wrap {
        margin: 0 auto;
        max-width: 800px;
    }
    .search_area{
    /*transform: translateY(-2em);*/
        border: #0ae solid 3px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        flex: 2;
        background: white;
    }
    .prefecture{
        display: flex;
        /* border-bottom: #c3c3c3 solid 1px; */
        height: 50px;
        flex: 3;
        background: white;
        border-radius: 60px 0 0 60px
    }
    .word{
        display: flex;
        height: 50px;
        background-color: white;
        flex: 5;
        border-radius: 0 60px 60px 0;
    
    }
    .blue-content{
        background: #fff;
        flex: 0.8;
        color: white;
        font-weight: bold;
        text-align: center;
        /* padding: 10px 0; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
    }
    .blue-content p{
        /* padding: 10px 0; */
        margin: auto;
        font-size: 18px;
    }
    .blue-content img{
        padding: 4px;
    }
    .top{
        border-radius: 60px 0 0 60px;
    }
    .bottom{
        /* border-radius: 0 0 0 10px; */
    }
    .content{
        flex: 2;
        display: inline-block;
    }
    .pc_js-input {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 10px;
        margin: 10px;
        outline: none;
        font-size: 18px;
        font-weight: 700;
        /* background: #F3F3F3; */
        /* border: solid #C3C3C3 1px; */
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    form{
        display: flex;
        width: 100%;
    
    }
    select{
        height: 50px;
        padding: 10px 0vw 13px 40px;
        width: 100%;
        border: none;
        /* border-bottom: #c3c3c3 solid 1px; */
        font-size: 18px;
        font-weight: 700;
        background-image: url(../img/arrrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        -webkit-appearance: none;
        -moz-appearance: none; 
        appearance: none;
        /* border-radius: 0 10px 0 0 ; */
        text-decoration: none;
        outline: none;
       font-family: 'Noto Sans JP', sans-serif;
    }
    #koda-space{
        padding-left: 0px;
        text-align: center;
    }
    option{
        transform: translateY(-1px);
    }
    .search{
        padding-right: 10px;
        margin: auto;
    }
    .pc_todo-btn {
        border: none;
        color: white;
        width: 100%;
        border-radius: 50%;
        background-color: #00aaee;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
    ::placeholder {
        color: #C3C3C3;
    }
    .pc_todo-btn img{
        width: 20px;
    }
    .pc_hidden{
        display: none;
    }
    .prefecture::after {
        content: '';
        position: relative;
        /* left: 50%; */
        bottom: -48%;
        display: inline-block;
        width: 36px;
        height: 2px;
        /* -webkit-transform: translateX(-50%); */
        /* transform: translateX(-50%); */
        /* rotate: inherit; */
        /* transform: rotateX(45deg); */
        transform: rotateZ(90deg);
        background-color: #0ae;
        border-radius: 2px;
    }
    

}

.maintxt{
    font-size: 2.5em;
    font-weight: bold;
    }