﻿/*!
*  Style.css | @tobiushi
*/html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.row-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.row-flex>*{-webkit-box-flex:0 1 auto;-moz-box-flex:0 1 auto;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.row-flex__end{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:flex-end}.row-flex__center{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center}.row-flex__around{-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-ms-flex-pack:space-around}.row-flex__start{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:flex-start}.row-flex__row{-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.row-flex__reverse{-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.row-flex__wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.txt_small{font-size:0.8em}.txt_left{text-align:left}.txt_right{text-align:right}.txt_center{text-align:center}.txt_uline{text-decoration:underline}.txt_red{color:#f40000}.mb_5{margin-bottom:5px}.mb_10{margin-bottom:10px}.mb_15{margin-bottom:15px}.mb_20{margin-bottom:20px}.mb_30{margin-bottom:30px}@media only screen and (max-width: 640px){.box_left,.box_right{float:none}}.hidden{display:none}@media (max-width: 640px){.hidden-ss{display:none}}@media (min-width: 640px){.visible-ss{display:none}}*{-webkit-text-size-adjust:100%;box-sizing:border-box}html{position:relative;min-width:1240px;-webkit-text-size-adjust:100%}@media only screen and (max-width: 640px){html{min-width:320px}}body{position:relative;color:#333;font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", sans-serif;font-size:15px;font-weight:300;line-height:1.6}@media only screen and (max-width: 640px){body{padding-top:60px}}main{padding-bottom:60px}img{vertical-align:top}@media only screen and (max-width: 640px){img{max-width:100%;height:auto}}ol,ul{padding:0;margin:0;list-style:none}a{color:inherit;text-decoration:none;outline:none;overflow:hidden}a:hover{color:#004680}a:hover img{opacity:0.8}.btn-box{margin:30px auto 60px;text-align:center}.btn-box button,.btn-box a{position:relative;display:inline-block;width:400px;height:60px;color:#004680;font-size:1.1rem;font-weight:600;line-height:54px;background-color:#fff;border:3px solid #004680;border-radius:30px;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;cursor:pointer}.btn-box button:hover,.btn-box a:hover{color:#fff;background-color:#004680;border-color:#004680}.btn-box button [class*="fa-"],.btn-box a [class*="fa-"]{position:absolute;top:20px;right:30px}@media only screen and (max-width: 640px){.btn-box{margin:30px auto 30px}.btn-box button,.btn-box a{display:block;width:220px;height:50px;margin:auto;line-height:44px;border-width:2px}.btn-box button [class*="fa-"],.btn-box a [class*="fa-"]{position:absolute;top:15px;right:20px}}.container{display:block;max-width:1100px;margin:0 auto}.container:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}@media only screen and (max-width: 640px){.container{width:auto;padding:0 10px}}.section{padding:45px 0 30px}.section-ttl{position:relative;overflow:hidden;margin-bottom:20px}.section-ttl-txt{font-size:2.0rem;font-weight:600;text-align:center;line-height:1.4}.section-ttl-txt::after{display:block;content:'';width:180px;height:3px;margin:15px auto;background-color:#ed1c24}.section-ttl-illust_left{position:absolute;top:0;left:150px}.section-ttl-illust_right{position:absolute;top:0;right:150px}.section-lead{margin-bottom:20px;color:#333;font-size:1.2rem;font-weight:600;line-height:1.6;text-align:center}.section-txt{margin-bottom:10px;color:#333;font-size:1.0rem;font-weight:400;line-height:1.8;text-align:center}.section-box{max-width:800px;margin:45px auto 45px}.section-box-ttl{padding:5px 15px;margin-bottom:30px;font-size:1.2rem;background-color:#f2f2f2}.section-box-ttl small{font-size:0.8em}.section-box-txt{padding-left:20px;padding-right:10px}.section-table{width:100%;margin:0 auto 30px}.section-table-tr{height:30px;font-size:0.9rem;line-height:1.6;border:1px solid #e6e6e6}.section-table-th{width:240px;padding:5px 10px;padding:15px 20px;color:#333;font-size:1.0rem;text-align:center;vertical-align:middle;background-color:#004680;background-color:#f2f2f2}.section-table-td{padding:5px 10px;padding:15px 20px;font-size:1.0rem;text-align:left;background-color:#fff}.section-btn{margin:30px 0}.section-btn a{position:relative;display:block;max-width:400px;height:50px;margin:auto;color:#fff;font-size:1.1rem;font-weight:600;text-align:center;line-height:50px;letter-spacing:2px;background-color:#62a2da;background-color:#004680;border-radius:5px}.section-btn a:hover{color:#fff;opacity:0.8}.section-btn a [class*="fa-"]{position:absolute;top:20px;top:16px;right:30px}.section-btn__instagram a{background-color:#CF2E92}.section-download{display:block;margin:10px 0;text-align:right}.section-download a{display:inline-block;padding:5px 20px;color:#004680;font-size:1.0em;text-align:center;background-color:#fff;border:1px solid #004680;border-radius:10px}.section-download a:hover{color:#fff;background-color:#004680}@media only screen and (max-width: 640px){.section{padding:30px 0 10px}.section-ttl{position:relative;height:auto;margin-bottom:10px}.section-ttl-txt{padding:0;font-size:1.4rem;font-weight:600;text-align:center;line-height:1.4}.section-ttl-txt::after{width:120px;margin:10px auto}.section-ttl-illust{width:100px}.section-ttl-illust_left{position:relative;top:0;left:0;right:0;margin:auto}.section-ttl-illust_right{display:none}.section-lead{font-size:0.9rem}.section-txt{font-size:0.9rem;line-height:1.6;text-align:left}.section-box{margin:30px auto}.section-box-ttl{margin-bottom:20px;font-size:1.0rem}.section-table{width:100%}.section-table-tr{border:1px solid #e6e6e6}.section-table-th{display:block;width:auto;padding:5px 0;font-size:1.0rem}.section-table-td{display:block;padding:5px 0;padding:10px 10px;font-size:0.9rem;text-align:center}.section-btn{padding:0;margin:15px 0}.section-btn a{max-width:80%;height:auto;padding:15px 15px;margin:0 auto;font-size:1.0rem;line-height:1.4;border-radius:15px}.section-btn a [class*="fa-"]{position:absolute;top:50%;right:15px;margin-top:-8px}}.cmn-head{position:relative;min-height:100px}.cmn-head-ttl{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;height:50px;margin:auto;color:#fff;font-size:2.0rem;text-align:center;line-height:50px;text-shadow:0 1px 3px rgba(0,0,0,0.3)}.cmn-head-ttl::before{position:absolute;content:'';display:block;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.2)}.cmn-head-bg img{width:auto;max-width:100%;min-width:100%;height:auto;min-height:100px}.cmn-contact{text-align:center}.cmn-contact-box{position:relative;max-width:740px;padding:20px;margin:60px auto 20px;text-align:center;background-color:#e6e6e6}.cmn-contact-ttl{margin-bottom:20px;font-size:1.2rem;font-size:1.4rem;font-weight:600;line-height:1.4}.cmn-contact-ttl::after{display:block;content:'';width:180px;height:3px;margin:5px auto;background-color:#ed1c24}.cmn-contact-img_left{position:absolute;top:-30px;left:-50px}.cmn-contact-img_right{position:absolute;top:-60px;right:-60px}.cmn-contact-item{margin:0 10px}.cmn-follow{position:fixed;top:200px;right:0;z-index:999}.cmn-follow-btn{display:block;width:100px;height:100px;padding:15px 10px;color:#fff;text-align:center;background-color:#ed1c24;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:0.6s}.cmn-follow-btn:hover{width:140px;color:#fff;cursor:pointer}.cmn-follow-btn.btn_phone{display:none}.cmn-follow-btn-icon{margin-bottom:5px}.cmn-follow-btn-txt{font-size:0.9rem;font-weight:600}@media only screen and (max-width: 640px){.cmn-head{height:100px;overflow:hidden}.cmn-head-ttl{font-size:1.2rem}.cmn-head-bg{position:relative;width:100%;height:100px}.cmn-head-bg img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;min-width:100%;max-width:inherit;height:100%;max-height:inherit;min-height:100px}.cmn-contact{padding:0 20px;margin:30px auto}.cmn-contact-box{margin:40px auto10px}.cmn-contact-ttl{padding:10px 0;margin-bottom:10px;text-align:center}.cmn-contact-item{width:240px;margin:0 auto}.cmn-contact-item+.cmn-contact-item{margin-top:15px}.cmn-contact-img_left{top:-20px;left:-20px;width:120px}.cmn-contact-img_right{top:-40px;right:-20px;width:120px}.cmn-contact-help{font-size:0.8rem}.cmn-follow{position:fixed;top:auto;left:0;right:0;bottom:0}.cmn-follow-btn{float:left;display:block;width:50%;height:50px;padding:10px 5px;border-radius:0;transition:0}.cmn-follow-btn.btn_phone{display:block;background-color:#f2f2f2;background-color:#004680}.cmn-follow-btn:hover{width:50%;opacity:1.0}.cmn-follow-btn-icon{display:inline-block;width:26px;height:30px;margin-right:5px;margin-bottom:0}.cmn-follow-btn-txt{display:inline-block;font-size:0.9rem;line-height:30px}}.header{height:80px;padding:10px 30px 5px;background:-moz-linear-gradient(-2.71% 50% 0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);background:-webkit-linear-gradient(0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);background:-webkit-gradient(linear, -2.71% 50%, 99.98% 50%, color-stop(0, #001856), color-stop(0.5581, #00609a), color-stop(0.9236, #008bc3));background:-o-linear-gradient(0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);background:-ms-linear-gradient(0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#001856', endColorstr='#008BC3' ,GradientType=0)";background:linear-gradient(90deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%)}.header-logo{float:left;margin-right:30px}.header-txt{float:left;padding:5px 0;color:#fff;font-size:0.8rem;font-weight:400;text-align:left}.header-contact{float:right;display:block;padding:5px 0;text-align:right}.header-contact-item+.header-contact-item{margin-left:20px}.header-toggle{display:none}@media only screen and (max-width: 640px){.header{position:fixed;top:0;left:0;right:0;z-index:301;width:100%;height:60px;padding:10px 15px;background-color:#fff}.header-logo{width:80px;margin-right:0}.header-txt{display:none}.header-contact{display:none}.header-toggle{position:absolute;top:15px;right:10px;display:block;width:40px;height:30px}.header-toggle-btn span{display:block;position:absolute;left:0;width:100%;height:4px;background-color:#fff;border-radius:2px;transition:all .4s;box-sizing:border-box}.header-toggle-btn span:nth-of-type(1){top:0}.header-toggle-btn span:nth-of-type(2){top:13px}.header-toggle-btn span:nth-of-type(3){bottom:0}.header-toggle-btn.active span:nth-of-type(1){top:7px;transform:translateY(6px) rotate(-225deg)}.header-toggle-btn.active span:nth-of-type(2){opacity:0}.header-toggle-btn.active span:nth-of-type(3){bottom:7px;transform:translateY(-6px) rotate(225deg)}}.nav{background-color:#f2f2f2}.nav-list-item{position:relative;min-width:180px;height:60px;margin:0 10px;text-align:center}.nav-list-item>a,.nav-list-item>p{display:block;padding:10px 10px;color:#222;font-size:1.0rem;font-weight:600;line-height:20px;cursor:pointer}.nav-list-item>a:hover,.nav-list-item>p:hover{color:#004680}.nav-list-item>a small,.nav-list-item>p small{display:block;color:#888;font-size:0.8em;font-weight:300}.nav-list-item-child{display:none;width:220px;padding:10px;position:absolute;top:60px;left:0;right:auto;z-index:1;background-color:#555}.nav-list-item-child a{display:block;padding:5px;color:#fff;font-size:0.9rem}.nav-list-item-child a:hover{opacity:0.8}.nav-list-item:hover .nav-list-item-child{display:block}@media only screen and (max-width: 640px){.nav{display:none;position:absolute;position:fixed;top:60px;left:0;right:0;z-index:101;background-color:#ededed;box-shadow:0 0 2px #888}.nav-list{padding:10px 0}.nav-list-item{width:100%;height:auto;padding:0}.nav-list-item+.nav-list-item{border-top:1px solid #fff}.nav-list-item>a,.nav-list-item>p{padding:10px 0;color:#004680;font-size:1.0rem;line-height:1.4}.nav-list-item-child{display:block;width:inherit;padding:0 10px 15px;position:relative;top:auto;background-color:transparent}.nav-list-item-child a{color:#333;color:#888;font-size:0.9rem;font-weight:600;line-height:1.4}}.footer{position:relative;background:-moz-linear-gradient(-2.71% 50% 0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);background:-webkit-linear-gradient(0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);background:-webkit-gradient(linear, -2.71% 50%, 99.98% 50%, color-stop(0, #001856), color-stop(0.5581, #00609a), color-stop(0.9236, #008bc3));background:-o-linear-gradient(0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);background:-ms-linear-gradient(0deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#001856', endColorstr='#008BC3' ,GradientType=0)";background:linear-gradient(90deg, #001856 0%, #00609a 55.81%, #008bc3 92.36%)}.footer-wrap{padding:60px 0;color:#fff;overflow:hidden}.footer-info{float:left}.footer-info-access{margin-left:30px}.footer-info-address{font-size:0.9rem;font-style:normal}.footer-nav{float:right}.footer-nav-list{margin-right:60px}.footer-nav-item{font-size:1.0rem}.footer-nav-item+.footer-nav-item{margin-top:5px}.footer-nav-item_sub{padding-left:10px;font-size:0.9rem;font-weight:400}.footer-copy{padding:10px 10px;color:#fff;font-size:0.8rem;text-align:center;background-color:#333}@media only screen and (max-width: 640px){.footer-wrap{padding:30px 0}.footer-logo{display:block;width:100%;margin-bottom:10px;text-align:center}.footer-logo img{width:120px}.footer-info{float:none;margin-bottom:30px;text-align:center}.footer-info-access{margin:auto}.footer-info-address{font-size:0.8rem}.footer-nav{float:none}.footer-nav-list{width:100%;margin:0 auto}.footer-nav-item{margin-bottom:10px;font-size:1.0rem;text-align:center}.footer-nav-item+.footer-nav-item{margin-top:0}.footer-nav-item_sub{display:none}.footer-copy{padding-bottom:60px;font-size:0.8rem;line-height:1.4}}.footer-pagetop{position:absolute;top:20px;right:20px;z-index:200;cursor:pointer}@media only screen and (max-width: 640px){.footer-pagetop{display:none}}.pager{padding:30px 0;overflow:hidden}.pager ul{width:100%;text-align:center;overflow:hidden}.pager ul li{width:40px;height:40px;background:#fff;border:1px solid #d0d0d0;border-radius:1px}.pager ul li a{display:block;height:100%;color:#333;font-size:1.0rem;font-weight:bold;line-height:38px;text-decoration:none}.pager ul li a:hover{color:#004680;text-shadow:1px 1px 0px #fff}.pager ul li.active{background:#ededed;border:1px solid #cdcdcd}.pager ul li.active a{color:#d0d0d0;font-weight:normal;text-shadow:none}.pager ul li+li{margin-left:10px}.visual{padding:20px 0}.visual-item img{width:100%;height:auto}@media only screen and (max-width: 640px){.visual{padding:10px 0}}.slick-dots{bottom:-30px !important}.slick-dots li button:before{font-size:12px !important}.home-news{background-color:#f2f2f2}.home-about{background-image:url("../images/home/bg_top_about.jpg");background-size:cover;background-position:center top}.home-about-txt{margin-bottom:30px;font-size:1.1rem;text-align:center;text-shadow:1px 1px 3px #fff, -1px -1px 3px #fff}@media only screen and (max-width: 640px){.home-about-txt{font-size:0.9rem}}.home-service-list{margin-bottom:20px}.home-service-item{position:relative;width:400px;height:300px;margin:15px;background-size:cover;background-position:center}.home-service-item.service_01{background-image:url("../images/home/bg_service_01.jpg")}.home-service-item.service_02{background-image:url("../images/home/bg_service_02.jpg")}.home-service-item.service_kando{background-image:url("../images/home/bg_service_kando.jpg?250325")}.home-service-item.service_business{background-image:url("../images/home/bg_service_business.jpg")}.home-service-item::before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;margin:10px;border:2px solid #fff}.home-service-item-box{display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.15);padding:45px 30px;color:#fff;text-align:center}.home-service-item-box:hover{color:#fff;background-color:rgba(0,0,0,0.6)}.home-service-ttl{margin-bottom:10px;font-size:1.6rem;letter-spacing:2px}.home-service-txt{margin-bottom:10px;font-size:1.0rem}.home-service-txt_not{margin-top:40px;font-size:1.1rem;font-weight:600}.home-service-btn{display:block;width:150px;padding:5px 10px;margin:20px auto 10px;font-size:1.0rem;font-weight:600;text-align:center;border:1px solid #fff;border-radius:20px}.home-service-box{display:block;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.15);padding:60px 20px;color:#fff;text-align:center}.home-service-box:hover{color:#fff;background-color:rgba(0,0,0,0.6)}.home-service-box-ttl{margin-bottom:10px;font-size:1.8rem;letter-spacing:2px}.home-service-box-txt{margin-bottom:20px;font-size:1.0rem}.home-service-box-txt_not{margin-top:40px;font-size:1.1rem;font-weight:600}.home-service-box-btn{display:block;width:180px;padding:5px 10px;margin:20px auto 10px;font-size:1.0rem;font-weight:600;text-align:center;border:1px solid #fff;border-radius:20px}@media only screen and (max-width: 640px){.home-service-item{width:100%;max-width:400px;height:260px}.home-service-box-ttl{font-size:1.4rem}}.home-youtube-item{width:320px;margin:10px}.home-youtube-item iframe{max-width:100%;height:auto;min-height:240px}.home-license{text-align:center}.home-license-logo{width:300px;margin:0 auto 15px}.home-license-logo img{width:100%}.home-license-txt{padding:5px 10px;color:#fff;font-size:0.9rem;background-color:#5eb7e8;background-color:#138da7}@media only screen and (max-width: 640px){.home-license-logo{width:240px}.home-license-txt{font-size:0.8rem;line-height:1.5}}.service-about{padding-bottom:0}.service-about-head{text-align:center}.service-about-area{font-size:1.8rem;font-weight:600;line-height:1.6;text-align:center}.service-about-area_charge{color:#ee7b58}.service-about-area_free{color:#4fa2da}.service-about-list{margin-bottom:30px}.service-about-item{position:relative;margin:0 15px}.service-about-item+.service-about-item::before{content:'';display:block;position:absolute;top:70px;left:-24px;width:10px;height:10px;border-top:3px solid #004680;border-right:3px solid #004680;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.service-about-notice{margin:20px 10px;font-size:1.2rem;text-align:center}@media only screen and (max-width: 640px){.service-about-area{margin-bottom:10px;font-size:1.4rem}.service-about-list{margin-bottom:15px}.service-about-item{width:36%;height:150px;margin:5px 10px;text-align:center}.service-about-item+.service-about-item::before{display:none}.service-about-notice{margin:15px 10px;font-size:1.0rem}}.service-price-wrap{padding:20px;background-color:#fef4e3}.service-price-table{width:100%}.service-price-thead-th{padding:5px;color:#fff;font-size:1.2rem;text-align:center;background-color:#ef8124}.service-price-thead-td{padding:5px 10px;font-size:1.2rem;text-align:center}.service-price-tbody-th{padding:5px;background-color:#fabf1f;border:1px solid #fff}.service-price-tbody-th.long{width:50%}.service-price-tbody-td{padding:5px 20px;background-color:#fffa;border:1px solid #fff}.service-price-tbody-td.help{background-color:transparent;border:none}.service-price-help{margin-top:15px;font-size:0.9rem}@media only screen and (max-width: 640px){.service-price-scroll{overflow-y:scroll}.service-price-scroll table{min-width:580px}.service-price-thead-th{font-size:1.1rem}.service-price-thead-td{font-size:0.9rem}.service-price-tbody-th{font-size:0.9rem}.service-price-tbody-th.long{width:auto}.service-price-tbody-td{padding:5px 10px;font-size:0.8rem}.service-price-help{font-size:0.8rem}}.service-flow-area{font-size:1.4rem;line-height:1.6}.service-flow-list{margin-bottom:30px}.service-flow-item{position:relative;margin:0 15px}.service-flow-item+.service-flow-item::before{content:'';display:block;position:absolute;top:70px;left:-24px;width:10px;height:10px;border-top:3px solid #004680;border-right:3px solid #004680;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media only screen and (max-width: 640px){.service-flow-list{margin-bottom:15px}.service-flow-item{width:120px;height:120px;width:100%;height:150px;margin:5px 10px;text-align:center}.service-flow-item+.service-flow-item::before{display:none}.service-flow-area{font-size:1.0rem}}.service-photo{padding-bottom:15px}.service-photo-img{max-width:900px;margin:auto;text-align:center}.service-photo-img img{width:100%}.service-photo-body{padding:30px 0}.service-photo-body-illust{padding:15px 30px}.service-photo-body-txt{font-size:1.2rem;font-weight:600;text-align:left}.service-photo-flow-item{padding:30px;background-color:#e3f3fc;border-radius:10px;overflow:hidden}.service-photo-flow-item+.service-photo-flow-item{margin-top:20px}.service-photo-flow-img{float:left;width:200px;padding:10px;text-align:center}.service-photo-flow-body{float:left;padding:5px 0}.service-photo-flow-legend{margin-bottom:10px;color:#004680;font-size:1.2rem;font-weight:600}@media only screen and (max-width: 640px){.service-photo-body{padding:15px 0;margin-bottom:10px}.service-photo-body-txt{font-size:1.0rem;line-height:1.6}.service-photo-flow-item{padding:20px;max-width:280px;margin:auto}.service-photo-flow-item+.service-photo-flow-item{margin-top:10px}.service-photo-flow-img{float:none;width:160px;margin:0 auto 10px}.service-photo-flow-body{float:none;padding:0}.service-photo-flow-legend{margin-bottom:5px;font-size:1.1rem}.service-photo-flow-txt{font-size:0.9rem;line-height:1.6}}@media only screen and (max-width: 640px){.company-outline-lead{text-align:left}}.news-category{margin:30px auto}.news-category-item a{display:inline-block;min-width:200px;padding:3px 30px;margin:0 10px;color:#004680;font-size:1.1rem;text-align:center;border:2px solid #004680;border-radius:15px;background-color:#fff}.news-category-item a.active{color:#fff;background-color:#004680}.news-label{display:inline-block;padding:0 6px;margin-right:10px;color:#888;font-size:0.8rem;background-color:#fff;border:1px solid #888}@media only screen and (max-width: 640px){.news-category{margin:15px auto}.news-category-item a{min-width:150px;padding:3px 15px;font-size:0.9rem}}.news-list-item{max-width:320px;margin:10px;overflow:hidden}.news-list-item-img{width:320px;height:200px;background-color:#f0f0f0;overflow:hidden}.news-list-item-img img{width:100%}.news-list-item-body{padding:10px 0}.news-list-item-ttl{margin-bottom:5px;font-size:1.0rem;font-weight:600;line-height:1.6}.news-list-item-date{margin-bottom:5px;color:#333;font-size:0.8rem}.news-list-item-desc{font-size:0.9rem;line-height:1.6}@media only screen and (max-width: 640px){.news-list-item{max-width:260px}.news-list-item-img{width:260px;height:auto;margin:0 auto 15px}.news-list-item-body{padding:0}.news-list-item-ttl{margin-bottom:5px;font-size:1.0rem}.news-list-item-desc{font-size:0.9rem}}.news-article{max-width:800px;padding:30px 0;margin:auto}.news-article-ttl{margin-bottom:30px;font-size:1.4rem;font-weight:600;line-height:1.6;border-bottom:1px solid #ccc}.news-article-info{margin-bottom:15px}.news-article-body{overflow:hidden}.news-article-body img{max-width:100%}.news-article-body .text{padding:10px;margin-bottom:30px;font-size:1.0rem;line-height:1.8}.news-article-body .free{margin-bottom:15px;overflow:hidden}.news-article-body .free .image{margin-bottom:15px;text-align:center}.news-article-body .left{margin-bottom:15px;overflow:hidden}.news-article-body .left .image{float:left;max-width:300px;margin-right:30px;margin-bottom:15px}.news-article-body .right{margin-bottom:15px;overflow:hidden}.news-article-body .right .image{float:right;max-width:300px;margin-left:30px;margin-bottom:15px}@media only screen and (max-width: 640px){.news-article-ttl{padding-bottom:3px;margin-bottom:15px;font-size:1.4rem;font-size:1.2rem}.news-article-body .text{font-size:0.9rem;line-height:1.6}.news-article-body .free,.news-article-body .right,.news-article-body .left{margin-bottom:10px}.news-article-body .free .image,.news-article-body .right .image,.news-article-body .left .image{float:none;max-width:260px;margin:0 auto 10px;text-align:center}.news-article-body .free .image img,.news-article-body .right .image img,.news-article-body .left .image img{width:100%}}.faq-list-box{margin-bottom:10px}.faq-list-dt{padding:5px 10px;font-size:1.2rem;font-weight:600;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.faq-list-dd{padding:15px 10px;font-size:1.1rem}.faq-list-question{margin-right:5px;color:#ee7b58;font-size:1.2em}.faq-list-answer{color:#4fa2da;font-weight:600}@media only screen and (max-width: 640px){.faq-list-dt{font-size:1.1rem}.faq-list-dd{font-size:1.0rem}}
