
body {
    font-family:'Lato', "小塚ゴシック Pro", "メイリオ",?sans-serif;
    background : #fff;
    color : #585757;
    }
    body p {
      font-size : 1.2rem;
    letter-spacing : 1px;
      line-height: 1.8;
      margin: 17px 0;
    }
    body p span {
      display: inline-block;
    }
    body h1, h2, h3, h4, h5, h6 {
    font-size : 18px;
    font-weight : 800;
    }
    section {
      padding-left: 0;
      padding-bottom: 20px;
      padding-left: 0;
    }
    section:not(:first-of-type) {
    }
    section:first-of-type {
      padding-top: 50px;
    }
    .h1 {
      border-bottom: 1px solid #999999;
      display: inline-block;
      font-size: 2.5rem;
      margin-bottom: 40px;
      padding: 8px 0;
    }
h2 {
      clear: both;
      font-size: 5rem;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 40px;
	color: #2799D7;
    }
    .h3 {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.5;
    }
    a,
    a:hover {
      color: #2dc1e6;
    }
    a:active {
      color: #337ab7
    }
    a:hover {
    text-decoration : none;
    }

img {
max-width: 100%;
height: auto;
}
.onlyPC{
display: block;
}
.onlySP{
display: none;
}
.slide{
  margin: 0 calc(50% - 50vw);
background: #56ABDC;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.b_40{
float: left;
width: 40%;
padding:1%;
}
.b_60{
float: left;
width: 60%;
padding:1%;
}
.b_30{
float: left;
width: 30%;
padding:1%;
}
.b_70{
float: left;
width: 70%;
padding:1%;
}
.b_50{
float: left;
width: 50%;
padding:1%;
}
.flow{
border: 3px solid #299AD7;
border-radius: 5px;
float: left;
width: 31%;
padding:1%;
margin: 1%;
height: 470px;
}

.step{
margin-top: -23px;
margin-left: -20px;
background: #FF9326;
width: 100px;
color: white;
padding: 1%;
border-radius: 5px;
font-size: 25px;
font-weight: bolder;
text-align: center;
}
.mar_b_50{
margin-bottom: 50px;
}
.mar_b_100{
margin-bottom: 100px;
}
.font_red{
color: red;
}
.btn a {
	margin: auto;
    width: 900px;
    height: 150px;
    background: url("../img/pcr_btn01.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.btn a:hover {
    background-position: 0 -168px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    float: right;
}


    .bg--blue {
      background : none 0 0 repeat scroll #E2F7F6;
    }
    .bg--grey {
      background-color: #f6f8f8;
    }
    
    .btn--blue {
      border: 1px solid #2dc1e6;
      color: #2dc1e6;
      display: block;
      font-size: 1.2rem;
      margin: 0 auto 30px auto;
      padding: 8px 30px;
      text-align: center;
    }
    .btn--blue--turnover {
      background-color: #009fdf;
      border-radius: 5px;
      color: #ffffff;
      display: block;
      font-size: 1.2rem;
      padding: 8px 30px;
      text-align: center;
    }
    .btn--blue:hover,
    .btn--blue--turnover:hover {
      opacity: 0.5;
    }
    .btn--blue--turnover:hover {
      color: #ffffff;
    }
    .title-line {
      border-bottom: 1px solid #999999;
      float: none;
      margin: 0 auto;
    }
    .text--blue {
      color: #2dc1e6;
    }
    
    .ul {
      font-size: 1.2rem;
      line-height: 1.7;
      padding-left: 20px;
    }
    .ul > li {
      margin-bottom: 15px;
    }
    /*
    .navbar {
    padding : 10px 0;
    transition : background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
    */
    .navbar .container {
    }
    .top-nav-collapse {
    padding : 0;
    }
    #loader-wrapper .logo {
    left : 48.7%;
    position : absolute;
    top : 48%;
    }
    #loader-wrapper .logo a {
    font-weight : 700;
    color : #2f9fdd;
    font-size : 12px;
    }
    .logo span {
    color : #2f9fdd;
    }
    #loader-wrapper {
    position : fixed;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    z-index : 999999;
    background : #fff;
    }
    #loader {
    display : block;
    position : relative;
    left : 50%;
    top : 50%;
    width : 150px;
    height : 150px;
    margin : -75px 0 0 -75px;
    border-radius : 50%;
    border : transparent solid 3px;
    border-top-color : #3498db;
    animation : spin 2s linear infinite;
    }
    #loader:before {
    content : "";
    position : absolute;
    top : 5px;
    left : 5px;
    right : 5px;
    bottom : 5px;
    border-radius : 50%;
    border : transparent solid 3px;
    border-top-color : #444;
    animation : spin 3s linear infinite;
    }
    #loader:after {
    content : "";
    position : absolute;
    top : 15px;
    left : 15px;
    right : 15px;
    bottom : 15px;
    border-radius : 50%;
    border : transparent solid 3px;
    border-top-color : #1487b2;
    animation : spin 1.5s linear infinite;
    }
    @keyframes spin {
    0% {
    transform : rotate(0deg);
    }
    100% {
    transform : rotate(360deg);
    }
    }
    #nav_menu ul {
    float : left;
    list-style : none outside none;
    margin : 0;
    padding : 0;
    position : relative;
    }
    #nav_menu ul a {
    color : #585757;
    display : block;
    font-family : lato;
    font-size : 1.3rem;
    font-weight : bold;
    line-height : 32px;
    padding : 1px 14px;
    text-decoration : none;
    text-transform : capitalize;
    transition : all 0.4s 0s ease;
    }
    #nav_menu ul li {
    float : left;
    padding : 0;
    position : relative;
    }
    #nav_menu ul li a:hover {
    transition : all 0.4s 0s ease;
    background : #0078BF;
    }
    #nav_menu ul ul {
    background : none 0 0 repeat scroll #0078bf;
    display : none;
    left : 0;
    padding : 0;
    position : absolute;
    top : 100%;
    z-index : 9999;
    padding : 10px;
    }
    #nav_menu ul ul li {
    float : none;
    width : 200px;
    }
    #nav_menu ul ul a {
    line-height : 120%;
    padding : 10px 29px;
    }
    #nav_menu ul ul li a:hover {
    transition : all 0.4s 0s ease;
    background : #333333;
    }
    #nav_menu ul ul ul {
    top : 0;
    left : 100%;
    }
    #nav_menu ul li:hover > ul {
    display : block;
    }
    #nav_menu ul li a i {
    margin-left : 6px;
    }
    .top_title a {
      color : #585757;
      display : block;
      float: left;
      font-family : lato;
      font-size : 13px;
      font-weight : bold;
      line-height: 1.5;
      text-decoration : none;
    }
    
    .container__adjust {
      /*overflow: hidden;*/
    }
    
    #src_sec {
    background-image : url("../img/slide_img.jpg");
    background-position : center center;
    background-size : cover;
    min-height : 500px;
    }
    #abt_sec {
    }
    #news_sec {
    }
    #security_sec {
    }
    #research_sec {
    }
    .lft_hd img {
    float : left;
    margin-right : 30px;
    margin-top : 19px;
    width : 76px;
    }
    
    .top_logo {
      float: left;
margin-top: 10px;
    }
    
    .navbar-header {
      float: right;
    }
    .navbar-toggle {
      margin-right: 0;
    }
    
    .top_logo-text {
      clear: both;
      padding: 0 5px;
    }
    
    .top_sec {
      background: transparent url(../img/top_image.png) no-repeat 0 80%;
      background-size: cover;
      margin : 0 auto 30px auto;
      overflow: hidden;
      padding : 0 0 30px 0;
      position: relative;
      text-align : center;
      height: 150px;
    }
    .top_sec img {
      position : relative;
      width: 100%;
    }
    .top_sec h1 {
      border: none;
      display: block;
      color : rgb(255, 255, 255) !important;
      font-weight: bold;
      letter-spacing : 1px;
      position: absolute;
      text-transform : uppercase;
      width: 100%;
      text-shadow: 0px 1px 3px #666;
      margin-top: 50px;
      font-size: 30px;
    }
    
    .title_sec {
    margin : 0 auto;
    padding : 0 0 25px 0;
    text-align : center;
    }
    .title_sec h2 {
    font-size : 12px;
    text-transform : uppercase;
    letter-spacing : 1px;
    }
    
    .title_banner{
      clear: both;
    text-align: center;	
    }
    .abt {
    margin : 0 auto;
    padding-left: 15%;
    padding-right: 15%;
    text-align : left;
    }
    .title_banner > div {
      position: relative;
      margin: auto;
      width: 100%;
    }
    .title_banner__text {
      display: block;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    .title_banner__btn {
      width: 150px;
    }
    .title_banner__btn:hover {
      opacity: 0.4;
    }

    .Amazon_sell_btn {
      display       : inline-block;
      border-radius : 6%;          /* 角丸       */
      font-size     : 13pt;        /* 文字サイズ */
      text-align    : center;      /* 文字位置   */
      cursor        : pointer;     /* カーソル   */
      padding       : 12px 12px;   /* 余白       */
      background    : #299AD7;     /* 背景色     */
      color         : #ffffff;     /* 文字色     */
      line-height   : 1em;         /* 1行の高さ  */
      transition    : .3s;         /* なめらか変化 */
      box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);  /* 影の設定 */
      border        : 2px solid #99ccff;    /* 枠の指定 */
    }
    .Amazon_sell_btn:hover {
      box-shadow    : none;        /* カーソル時の影消去 */
      color         : #99ccff;     /* 背景色     */
      background    : #ffffff;     /* 文字色     */    
    }
    
    .Amazon_sell_btn_2 {
      display       : inline-block;
      border-radius : 5%;          /* 角丸       */
      font-size     : 9pt;        /* 文字サイズ */
      text-align    : center;      /* 文字位置   */
      cursor        : pointer;     /* カーソル   */
      padding       : 10px 11px;   /* 余白       */
      background    : #ffffff;     /* 背景色     */
      color         : #000000;     /* 文字色     */
      line-height   : 1em;         /* 1行の高さ  */
      transition    : .3s;         /* なめらか変化 */
      box-shadow    : 1px 1px 3px #666666;  /* 影の設定 */
      border        : 0.1px solid #000000;    /* 枠の指定 */
    }
    .Amazon_sell_btn_2:hover {
      box-shadow    : none;        /* カーソル時の影消去 */
      color         : #ffffff;    /* 背景色     */
      background    : #99ccff;     /* 文字色     */ 
      border        : 0.1px solid #ffffff;    /* 枠の指定 */   
    }




    .guide_btn {
      display       : inline-block;
      border-radius : 6%;          /* 角丸       */
      font-size     : 13pt;        /* 文字サイズ */
      text-align    : center;      /* 文字位置   */
      cursor        : pointer;     /* カーソル   */
      padding       : 5px 12px;   /* 余白       */
      background    : #299AD7;     /* 背景色     */
      color         : #ffffff;     /* 文字色     */
      line-height   : 1em;         /* 1行の高さ  */
      transition    : .3s;         /* なめらか変化 */
      box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);  /* 影の設定 */
      border        : 2px solid #99ccff;    /* 枠の指定 */
line-height: 150%;
	margin: 3px;
    }
    .guide_btn:hover {
      box-shadow    : none;        /* カーソル時の影消去 */
      color         : #99ccff;     /* 背景色     */
      background    : #ffffff;     /* 文字色     */    
    }

    #company_sec .company_affiliation{
        width: 63px;
        float: left;
        display: flex;
    }
    #company_sec .company_contents{
        float: both;
        display: flex;
    }
    .company-map {
    }
    
    #message {
    height : 130px;
    }
    .wrap_caption {
    padding : 190px 0;
    }
    .slider {
    display : block;
    text-align : center;
    vertical-align : middle;
    width : 100%;
    }
    #slider_sec {
    background-image : url("../img/slider.jpg");
    background-position : center center;
    background-repeat : no-repeat;
    background-size : 100% 100%;
    height : 650px;
    width : 100%;
    }
    .left_crousel_btn, .right_crousel_btn {
    color : #fff;
    height : 20px;
    position : absolute;
    text-align : center;
    top : 50%;
    width : 20px;
    font-size : 25px;
    font-weight : normal;
    }
    .caption_carousel h1 {
    font-family : lato;
    font-size : 60px;
    text-transform : capitalize;
    color : #fff;
    }
    .caption_carousel p {
    font-family : lato;
    font-size : 14px;
    color : #f6f6f6;
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
    display : inline;
    line-height : 35px;
    padding : 8px;
    }
    .caption_carousel {
    display : table-cell;
    text-align : center;
    vertical-align : middle;
    height : 100%;
    width : 100%;
    margin : 0 auto;
    display : block;
    }
    .carousel-indicators li {
    background-color : #363636;
    border : none medium;
    border-radius : 5px;
    cursor : pointer;
    display : inline-block;
    height : 6px;
    text-indent : 0;
    width : 25px;
    }
    .carousel-indicators .active {
    width : 25px;
    height : 7px;
    background-color : #00AFF0;
    }
    #counting_sec {
    background : none 0 0 repeat scroll #f0f0f0;
    padding : 90px 0;
    }
    .counting_sl h2 {
    font-size : 48px;
    }
    .counting_sl h4 {
    font-size : 18px;
    text-transform : uppercase;
    font-weight : 300;
    }
    .counting_sl {
    text-align : center;
    }
    .counting_sl i {
    float : left;
    font-size : 35px;
    margin-top : 10px;
    }
    
    .news__accordion__accarea {
      display: none;
    }
    .news__accordion__accarea p:first-of-type {
      margin-top: 0;
    }
    
    .service {
      display: flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-flex;
      align-items: top;
      -webkit-align-items: top;
      -ms-align-items: top;
      -o-align-items: top;
      -moz-align-items: top;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      -moz-justify-content: space-between;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    /*cursor : pointer;*/
      padding: 0;
    }
    
    .service:first-of-type > div:first-of-type {
      width: 65%;
    }
    .service:first-of-type > div:last-of-type {
      width: 35%;
    }
    .service:last-of-type > div:first-of-type {
      width: 60%;
    }
    .service:last-of-type > div:last-of-type {
      width: 50%;
    }
    
    .service > div {
      position: relative;
    }
      
    .service > div:last-of-type {
      padding-top: 10px;
      text-align: center;
    }
    
    .service > h2 {
    font-size : 14px;
    font-weight : 400;
    text-transform : uppercase;
    }
    .service_hoverly h2 {
    font-size : 14px;
    
    text-transform : uppercase;
    margin : 0;
    padding-bottom : 30px;
    }
    .service i {
    font-size : 50px;
    color : #03B0F0;
    position : relative;
    }
    .service p,
    .service--patient p,
    .service--hospital p {
      font-size: 1.2rem;
      line-height: 2;
      margin: 10px 0;
    }
    .service__h3 {
      font-size: 1.2rem;
      font-weight: normal;
    }
    .service_hoverly {
    
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    border :1px solid #03B0F0;
    display : none;
    padding : 25px 5px;
    position : absolute;
    top : 0;
    background : #fff;
    }
    .service_hoverly i {
    background : none 0 0 repeat scroll #fff;
    font-size : 50px;
    position : relative;
    top : -50px;
    }
    .service__logo {
      margin-left: -5px;
      width: 120px;
    }
    .service__image {
      margin-bottom: 10px;
      width: 100%;
    }
    .service__btn {
      padding-left: 10px;
      padding-right: 10px;
      width: 90px;
    }
    
    .service_portal {
      list-style-type: none;
      padding: 0;
    }
    .service_portal > li {
      border-radius: 3px;
      border: 1px solid #2dc1e6;
      font-size: 1.2rem;
      line-height: 1.7;
      margin: 10px 0;
      padding: 10px 20px 10px 30px;
    }
    
    /* 料金表 */
    .price-list {
      clear: both;
      display: block;
      font-size: 0.9em;
    }
    .price-list h4 {
      border-bottom: 1px solid #1eb1ed;
      display: inline-block;
      font-size: 1.3em;
      margin: 30px 0 20px 0;
    }
    .price-list h5 {
      font-size: 1.2em;
    }
    .price-list h4,
    .price-list h5 {
      color: #1eb1ed;
    }
    .price-list__strong{
        display: inline-block;
        color: #1eb1ed;
        font-size: 1.5em;
    }
    .price-list__list {
      display: block;
      margin: 15px 0 35px 0;
      overflow: hidden;
    }
    .price-list__list > ul {
      border-top: 1px solid #dfdfdf;
      display: block;
      list-style-type: none;
      overflow: visible;
      padding: 0;
    }
    .price-list__list > ul:nth-of-type(1) > li:not(:nth-of-type(1)) {
      font-size: 0.9em;
      font-weight: bold;
      text-align: center;
    }
    .price-list__list > ul > li {
      display: table;
      padding: 15px;
    }
    .price-list__list > ul > li:nth-of-type(1) {
      background-color: #1eb1ed;
      color: #ffffff;
    }
    .price-list__list > ul > li:nth-of-type(2) b {
      font-size: 1.3em;
    }
    .price-list__list > ul > li:nth-of-type(1) {
      height: 73px;
    }
    .price-list__list > ul > li:nth-of-type(1),
    .price-list__list > ul > li:nth-of-type(2) {
      text-align: center;
    }
    .price-list__list > ul > li:nth-of-type(2),
    .price-list__list > ul > li:nth-of-type(4) {
      background-color: #e7e7e7;
    }
    .price-list__list > ul > li:nth-of-type(4),
    .price-list__list > ul > li:nth-of-type(5) {
      font-size: 0.9em;
    }
    .price-list__list > ul > li > div {
      display: table-cell;
      vertical-align: middle;
    }
    .price-list__list > ul > li > div > ul {
      list-style-type: square;
      margin: 0 0 0 18px;
      padding: 0;
    }
    .price-list__list > ul > li > div > span + ul {
      margin-top: 10px;
    }
    .price-list__list > ul > li > div > h6 {
      font-size: inherit;
      line-height: inherit;
      margin: inherit;
    }
    .price-list__campaign {
      /*background-color: #1aaf54;
      box-shadow: 7px 7px 0px 0px #ececec;*/
      border: 1px solid #1aaf54;
      margin: 30px 0;
      padding: 15px 28px;
    }
    .price-list__campaign h5 {
      color: #1aaf54;
      display: inline-block;
      font-size: 1.3em;
      margin-bottom: 15px;
    }
    .price-list__campaign h6 {
      display: inline-block;
      font-size: 1.3em;
      margin-bottom: 15px;
    }
    .price-list__campaign p {
      margin: 0;
    }
    .price-list__campaign__strong{
        display: inline-block;
        color: #1eb1ed;
        font-size: 1.5em;
    }
    /* //料金表 */
    
    .service--patient,
    .service--hospital {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    /*cursor : pointer;*/
      margin-top: 40px;
      overflow: hidden;
      padding: 0;
    }
    .service--patient > div:last-of-type img,
    .service--hospital > div:last-of-type img {
      width: 80%;
    }
    
    .service-movie {
      border: 1px solid #cccccc;
      margin-top: 5px;
    }
    
    .service_logo {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;border :1px solid #eeeeee;
    cursor : pointer;
    text-align : left;
    padding : 61px 0;
    padding-left: 10%;
    padding-right: 10%;
    }
    .service_logo img{
      width: 100%;
    }
    
    .service_img {
      background-color: #fff;
      border-radius: 5px;
      display: block;
      margin: 40px 0 0 0;
    }
    .service_img img {
      width: 100%;
    }
    .service_img + small {
      font-size: 0.8em;
      margin-bottom: 40px;
    }
    
    .service_grey-img {
      background-color: #f2f2f3;
      border-radius: 5px;
      display: block;
      margin: 40px 0 0 0;
    }
    .service_grey-img img {
      width: 100%;
    }
    .service_grey-img + small {
      font-size: 0.8em;
      margin-bottom: 40px;
    }
    
    .company__sec__president-image {
      margin: 0 30px 20px 0;
      padding: 0;
    }
    .company__sec__president-image img {
      width: 100%;
    }
    .company__sec__president-prof {
    }
    .company__sec__president-prof h3 {
      margin-top: 0;
    }
    
    .contact-form {
      margin-top: -50px;
    }
    .wufoo input.text {
      border: 1px solid #999999;
    }
    
    
    #clt_sec {
    background : #F0F0F0;
    padding : 70px 0;
    }
    .owl-item .sngl_clt a {
    text-align : left;
    width : 100%;
    display : inline-block;
    margin-left : 40px;
    }
    .owl-item .sngl_clt img {
    width : 100px;
    }
    #clt_sec .owl-controls .owl-nav {
    display : none;
    }
    #cnt_form .btn {
    background : #2f9fdd;
    padding : 10px 35px;
    }
    #cnt_form .form-control:focus {
    border : #0080FF solid 1px;
    }
    .cnt_info ul {
    margin : 0;
    padding : 0;
    border-left : 1px solid #C7C7C7;
    padding-left : 30px;
    }
    .cnt_info ul li {
    list-style : none outside none;
    padding : 15px 0;
    }
    .cnt_info ul li i {
    color : #818181;
    float : left;
    margin-top : 5px;
    }
    .cnt_info p {
    padding-left : 30px;
    }
    .map_area {
    margin-bottom : 93px;
    }
    .ft ul {
    float : right;
      margin: 5px 0;
    padding : 0;
    text-align : right;
    }
    .ft ul li {
    list-style : none outside none;
    padding-right : 10px;
    display : inline;
    }
    .ft ul li a {
    border : #818181 solid 1px;
      border-radius : 100%;
    display : inline-block;
    margin : 0 auto;
    padding : 7px 11px;
    text-align : center;
    }
    .ft ul li a i {
    color : #363636;
    font-size : 15px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s
    }
    .ft ul li a i:hover {
    color : #00AFF0;transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s
    }
    .ft ul li .fa-facebook {
    padding : 3px;
    }
    #ltd_map_sec {
    background : none 0 0 repeat scroll #F0F0F0;
    text-align : center;
    }
    .map > h1 {
    color : #585757;
    font-size : 20px;
    font-weight : normal;
    text-transform : uppercase;
    }
    .copy_right {
    margin : 0;
    padding : 0;
    }
    .copy_right li {
    font-size : 14px;
    font-weight : 600;
    list-style : none outside none;
    padding : 2px;
    text-align : center;
    color : #818181;
    text-transform : uppercase;
    }
    .copy_right {
    margin : 0;
    padding : 0;
    margin-top : 18px;
    }
    .map i {
    font-size : 22px;
    font-weight : bold;
    color : #fff;
    margin-left : 15px;
    }
    .show_hide {
    color : #3399FF;
    margin-left : 15px;
    }
    .show_hide2,
    .show_hide2:active,
    .show_hide2:focus {
    border: none;
    color : #25b3ef;
    font-size: 0.9em;
    text-decoration: none;
    }
    #blg_sec {
    padding : 100px 0;
    }
    .main_menu{
        float: right;
    }
    .main_menu_sec {
    background : none 0 0 repeat scroll #fff;
    border : none 0;
    margin : 0;
    }
    .post_info i {
    background : none 0 0 repeat scroll #00aff0;
    color : #fff;
    float : left;
    font-size : 30px;
    padding : 10px;
    margin-right : 15px;
    }
    .post_info ul {
    margin : 0;
    padding : 0;
    }
    .post_info ul li {
    list-style : none;
    float : left;
    }
    .post_intro {
    padding-top : 15px;
    }
    .post_intro h2 {
    color : #333333;
    font-size : 14px;
    font-weight : bold;
    text-transform : uppercase;
    display : inline;
    line-height : 30px;
    }
    .post_info ul li {
    float : left;
    list-style : none outside none;
    color : #a3a7b2;
    font-size : 12px;
    text-transform : capitalize;
    font-family : lato;
    }
    .post_content {
    border-bottom : 1px solid #e3e3e3;
    float : left;
    line-height : 25px;
    padding : 30px 0;
    }
    .post_content > a {
    color : #666666;
    font-family : lato;
    font-size : 12px;
    border-bottom : 1px solid #666666;
    line-height : 40px;
    padding : 8px 0;
    }
    .post_content > a:hover {
    border-bottom : 1px solid #00AFF0;
    }
    #sr_bx {
    border : #C4C4C4 solid 1px;
    padding : 12px;
    width : 100%;
    }
    .sidebar h2 {
    color : #333333;
    font-size : 14px;
    text-transform : uppercase;
    margin-top : 30px;
    }
    .title_br {
    border-bottom : 2px solid #666666;
    width : 50px;
    }
    .sidebar ul {
    margin : 0;
    padding : 0;
    }
    .sidebar ul li {
    border-bottom : 1px solid #e2e2e2;
    list-style : none outside none;
    padding : 15px 0;
    }
    .sidebar ul li a {
    color : #666666;
    font-size : 14px;
    text-transform : capitalize;transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s
    }
    .sidebar ul li a:hover{transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;color:#00AFF0}
    .flickr li {
    border : 0 !important ;
    }
    .flickr li {
    float : left;
    padding-right : 6px;
    width : 90px;
    }
    .tag > li {
    border : none medium !important ;
    float : left;
    }
    .tag li a {
    border : #666666 solid 1px;
    padding : 10px;
    margin-right : 5px;
    }
    .sngl_blg > img {
    width : 100%;
    height : 100%;
    }
    .author_dec h3 {
    margin : 0;
    color : #333333;
    font-size : 14px;
    margin-bottom : 11px;
    }
    .author_info {
    border-bottom : 1px solid #e3e3e3;
    display : inline-block;
    padding : 22px 0;
    margin-bottom : 30px;
    }
    .author_info > img {
    float : left;
    margin-right : 35px;
    }
    .social_link {
    margin : 0;
    padding : 0;
    float : right;
    display : inline-flex;
    }
    .social_link li {
    list-style : none;
    }
    .social_link li a i {
    color : #363636;
    float : left;
    padding : 6px;
    }
    .form-control.single_cnt {
    width : 355px !important ;
    }
    .single_cnt_m {
    width : 731px !important ;
    }
    
    /* Voice */
    .block_50{
    float: left;
    width: 50%;
    }
    .pa_left_5{
    padding-left: 5%;
    
    }
    .clear {
    clear: both;
    }
    .voice_info_table{
    width: 100%;
    border: 1px solid #999;
    }
    .voice_info_table td{
    border: 1px solid #999;
    padding: 10px;
    text-align: center;
    width: 12%;
    }
    .block_3{
    float: left;
    width: 33%;
    padding: 1%;
    }
    .voice_more{
    text-align: right;
    margin-top: -15px;
    }
    .question{
    font-size: 1.2em;
    color: #0085B2;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    }

#torihikihou table td,
#torihikihou table th{
padding: 10px;
}
#torihikihou table th{
background: #EEE;
}
#torihikihou table {
font-size:13px;
text-align:left;
margin: auto;
}

 



details {
width: 600px;
margin: auto;
text-align: left;
}
details:not(:last-child) {
  margin-bottom: 20px;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
text-align: center;
  list-style: none;
  cursor: pointer;
  padding: 10px;
background: #fd6a6a;
border-radius: 10px;
color: white;
  font-size: 2rem;
  font-weight: bold;
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
}
details summary:hover {
background: #e64f4f;
}

/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 0;
  padding: 20px;
}




@media screen and (max-width: 1000px){
details {
width: 90%;
margin: auto;
}

.onlySP{
display: block;
}
.onlyPC{
display: none;
}

h1{
font-size:1em !important;
}
.block_50{
    float: none;
    width: 100%;
    padding-left: 0;
    }

h2 {
      font-size: 3rem;
      margin-bottom: 20px;
margin-top: 0 !important;
}

.flow{
float: none;
width: 100%;
padding:2%;
height: auto;
margin-bottom: 30px;
}
.Amazon_sell_btn {
float:left;
    }
}
    .voice_block_50{
    float: left;
    width: 50%;
    padding: 3%;
    }
    .under_line {
    border-bottom: solid 3px #FFFF4D;
    }
    .hp_link a{
    background: #5EC1EC;
    color: white;
    text-align: center;
    height: 80px;
    padding: 7px 18px;
    border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 7px;   /* Firefox用 */  
    }
    .mar_b_50{
    margin-bottom: 50px;
    }
    